类 WorldImpl

java.lang.Object
moe.kawayi.org.utopia.server.map.WorldImpl
所有已实现的接口:
World

public final class WorldImpl extends Object implements World
世界类
  • 构造器详细资料

  • 方法详细资料

    • getWorldId

      public long getWorldId()
      获取世界id
      指定者:
      getWorldId 在接口中 World
      返回:
      世界id
    • getMaxXSize

      public int getMaxXSize()
      从接口复制的说明: World
      获取X轴最大值
      指定者:
      getMaxXSize 在接口中 World
      返回:
      返回X轴最大值
    • getMinXSize

      public int getMinXSize()
      从接口复制的说明: World
      获取X轴最小值
      指定者:
      getMinXSize 在接口中 World
      返回:
      返回X轴最小值
    • getMaxYSize

      public int getMaxYSize()
      从接口复制的说明: World
      获取Y轴最大值
      指定者:
      getMaxYSize 在接口中 World
      返回:
      返回Y轴最大值
    • getMinYSize

      public int getMinYSize()
      从接口复制的说明: World
      获取Y轴最小值
      指定者:
      getMinYSize 在接口中 World
      返回:
      返回Y轴最小值
    • getBlock

      @NotNull public Optional<Block> getBlock(@NotNull Position position)
      获取方块
      指定者:
      getBlock 在接口中 World
      参数:
      position - 方块位置
      返回:
      获取到的方块。如果方块未加载或者超出范围,返回空的Optional。