类 AreaImpl
java.lang.Object
moe.kawayi.org.utopia.server.map.AreaImpl
- 所有已实现的接口:
Area
地图区域
线程安全
-
构造器概要
-
方法概要
修饰符和类型方法说明获取地图块获取area原点位置(左下角)
-
构造器详细资料
-
AreaImpl
构造一个区域- 参数:
origin
- 区域坐标。只能是WorldInfo.BLOCK_FLOOR_X_SIZE
和WorldInfo.BLOCK_FLOOR_Y_SIZE
的倍数
-
-
方法详细资料
-
getBlock
获取地图块 -
getPosition
从接口复制的说明:Area
获取area原点位置(左下角)- 指定者:
getPosition
在接口中Area
- 返回:
- area原点位置
-