Modifier and Type | Method and Description |
---|---|
JailZone |
JailPrisoner.getJail() |
JailZone |
JailCell.getJail() |
JailZone |
JailAPI.getJailZone(java.lang.String name)
Get jail zone data for the specified jail zone
|
JailZone |
JailAPI.getNearestJailZone(org.bukkit.Location loc)
Get nearest jail zone to specific location
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<JailZone> |
JailAPI.getAllZones()
Get jail zone data for all jail zones on the server.
|
Modifier and Type | Method and Description |
---|---|
void |
JailAPI.InsertJailZone(JailZone zone)
Insert new jail zone into jail system.
|
void |
JailPrisoner.setJail(JailZone input)
Change jail zone, where this prisoner is jailed.
|
void |
JailCell.setJail(JailZone input)
Set to which jail zone is this cell assigned.
|