Interface Arena
-
- All Known Subinterfaces:
CreateArena
,PartArena
,PartCreateArena
public interface Arena extends Castable<Arena>
場地接口,是場地API的主體
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getArenaName()
String
getAuthor()
List<String>
getDescription()
String
getDisplayName()
String[]
getInfo()
Map<String,List<Location>>
getLocationsMap()
default List<Location>
getWarp(String warp)
World
getWorld()
-
-
-
Method Detail
-
getArenaName
String getArenaName()
- Returns:
- 場地名稱
-
getDisplayName
String getDisplayName()
- Returns:
- 顯示名稱
-
getLocationsMap
Map<String,List<Location>> getLocationsMap()
- Returns:
- 場地的地標列表
-
getDescription
List<String> getDescription()
- Returns:
- 場地描述
-
-