- save() - Method in class com.matejdro.bukkit.jail.PropertiesFile
-
- select(Player, Block) - Static method in class com.matejdro.bukkit.jail.JailCellCreation
-
- select(Player, Block) - Static method in class com.matejdro.bukkit.jail.JailZoneCreation
-
- selectstart(Player, String) - Static method in class com.matejdro.bukkit.jail.JailCellCreation
-
- selectstart(Player, String) - Static method in class com.matejdro.bukkit.jail.JailZoneCreation
-
- setAFKTime(int) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Sets the time, for how much was prisoner AFK.
- setAFKTimeMinutes(double) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Sets the time, for how much was prisoner AFK.
- SetBeingReleased(Boolean) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
This option turns off movement protections when active.
- setCell(JailCell) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Sets cell that belongs to this prisoner.
- setChest(Location) - Method in class com.matejdro.bukkit.jail.JailCell
-
Set chest that belongs to this cell
- setChest(String) - Method in class com.matejdro.bukkit.jail.JailCell
-
Set chest that belongs to this cell
- setFirstCorner(Location) - Method in class com.matejdro.bukkit.jail.JailZone
-
Change first corner of cuboid of this jail zone
- setGuardCanBeSpawned(Boolean) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
- setInventory(String) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Sets the inventory string of this prisoner.
- setJail(JailZone) - Method in class com.matejdro.bukkit.jail.JailCell
-
Set to which jail zone is this cell assigned.
- setJail(JailZone) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Change jail zone, where this prisoner is jailed.
- setJail(String) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Change jail zone, where this prisoner is jailed.
- setJailer(String) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Sets name of the person who jailed this prisoner
- setMuted(Boolean) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
This will mute prisoner, preventing him to speak inside jail.
- setName(String) - Method in class com.matejdro.bukkit.jail.JailCell
-
Set name of the cell
- setOfflinePending(Boolean) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
When this is enabled, events will trigger when prisoner logs in, thus making things such as offline (un)jailing or transfering possible.
- setOldPermissions(String) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Sets list of permission groups that will be given to the player after he is released
- setOldPermissions(List<String>) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Sets list of permission groups that will be given to the player after he is released
- setPermissionsGroups(String, List<String>) - Static method in class com.matejdro.bukkit.jail.Util
-
- setPlayerName(String) - Method in class com.matejdro.bukkit.jail.JailCell
-
Set name of the player that is being jailed in this cell.
- setPreviousPosition(Location) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Sets position, where player was before he got jailed.
- setPreviousPosition(String) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Sets position, where player was before he got jailed.
- setProperty(Setting, Object) - Method in class com.matejdro.bukkit.jail.Settings
-
- setReason(String) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Sets reason for jailing this prisoner
- setReleaseTeleportLocation(Location) - Method in class com.matejdro.bukkit.jail.JailZone
-
Change location, where players get teleported after being released in this jail zone
- setRemainingTime(int) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Sets the remaining jail time of this prisoner
- setRemainingTimeMinutes(double) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Sets the remaining jail time of this prisoner
- setRequestedCell(String) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Sets the name of the cell where prisoner will be jailed.
- setSecondChest(Location) - Method in class com.matejdro.bukkit.jail.JailCell
-
set second chest (in case of double chest) that belongs to this cell.
- setSecondChest(String) - Method in class com.matejdro.bukkit.jail.JailCell
-
second chest (in case of double chest) that belongs to this cell.
- setSecondCorner(Location) - Method in class com.matejdro.bukkit.jail.JailZone
-
Change second corner of cuboid of this jail zone
- setTeleportLocation(Location) - Method in class com.matejdro.bukkit.jail.JailCell
-
Sets Location, where player gets teleported after being jailed in this cell
- setTeleportLocation(String) - Method in class com.matejdro.bukkit.jail.JailCell
-
Location, where player gets teleported after being jailed in this cell
- setTeleportLocation(Location) - Method in class com.matejdro.bukkit.jail.JailZone
-
Change location, where players get teleported after being jailed in this jail zone
- Setting - Enum in com.matejdro.bukkit.jail
-
- Settings - Class in com.matejdro.bukkit.jail
-
- Settings(JailZone) - Constructor for class com.matejdro.bukkit.jail.Settings
-
- setTransferDestination(String) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Change destination jail zone, when this prisoner is waiting for transfer.
- spawnGuards(int, Location, Player) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Spawn guard wolves to this prisoner to kill him
- storeInventory(Inventory) - Method in class com.matejdro.bukkit.jail.JailPrisoner
-
Converts specified inventory into inventory string and stores it.