Interface PartArena
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockVector
getBottomCorner()
BlockVector
getTopCorner()
-
Methods inherited from interface com.ericlam.mc.minigames.core.arena.Arena
getArenaName, getAuthor, getDescription, getDisplayName, getInfo, getLocationsMap, getWarp, getWorld
-
-
-
-
Method Detail
-
getTopCorner
BlockVector getTopCorner()
- Returns:
- 場地區域最頂端的位置
-
getBottomCorner
BlockVector getBottomCorner()
- Returns:
- 場地區域最低端的位置
-
-