类 WorldImpl
java.lang.Object
moe.kawayi.org.utopia.server.map.WorldImpl
- 所有已实现的接口:
World
世界类
-
构造器概要
-
方法概要
修饰符和类型方法说明获取方块int
获取X轴最大值int
获取Y轴最大值int
获取X轴最小值int
获取Y轴最小值long
获取世界id
-
构造器详细资料
-
WorldImpl
构造一个新世界- 参数:
worldId
- 世界idquadrantSize
- 象限大小。单位Area- 抛出:
IllegalArgumentException
- 如果参数quadrantSize的任意值(x或y)为负数,则抛出。
-
-
方法详细资料
-
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
获取方块
-