接口 BlockFloor
- 所有已知实现类:
BlockFloorImpl
public interface BlockFloor
方块层
线程安全
-
方法概要
-
方法详细资料
-
getBlock
获取方块- 参数:
position
- 位置位置范围: [0 ..=([X|Y]_SIZE-1)];
- 返回:
- 如果在范围内,返回获取到的方块,否则返回Empty
- 另请参阅:
-
BlockFloorImpl
线程安全
position
- 位置
位置范围: [0 ..=([X|Y]_SIZE-1)];