Uses of Class
com.palmergames.bukkit.towny.object.jail.Jail
Packages that use Jail
Package
Description
-
Uses of Jail in com.palmergames.bukkit.towny
Methods in com.palmergames.bukkit.towny that return JailMethods in com.palmergames.bukkit.towny that return types with arguments of type JailMethods in com.palmergames.bukkit.towny with parameters of type JailModifier and TypeMethodDescriptionvoid
TownyUniverse.registerJail
(Jail jail) void
TownyUniverse.unregisterJail
(Jail jail) -
Uses of Jail in com.palmergames.bukkit.towny.db
Methods in com.palmergames.bukkit.towny.db with parameters of type JailModifier and TypeMethodDescriptionabstract void
TownyDataSource.deleteJail
(Jail jail) void
TownyFlatFileSource.deleteJail
(Jail jail) void
TownySQLSource.deleteJail
(Jail jail) TownyFlatFileSource.getJailFilename
(Jail jail) abstract boolean
boolean
boolean
void
TownyDatabaseHandler.removeJail
(Jail jail) abstract void
TownyDataSource.removeJail
(Jail jail) abstract boolean
boolean
boolean
-
Uses of Jail in com.palmergames.bukkit.towny.event.resident
Methods in com.palmergames.bukkit.towny.event.resident that return JailConstructors in com.palmergames.bukkit.towny.event.resident with parameters of type JailModifierConstructorDescriptionResidentPreJailEvent
(Resident resident, Jail jail, int cell, int hours, double bail, JailReason reason) -
Uses of Jail in com.palmergames.bukkit.towny.object
Methods in com.palmergames.bukkit.towny.object that return JailModifier and TypeMethodDescriptionResident.getJail()
@Nullable Jail
Town.getJail
(int i) TownBlock.getJail()
@Nullable Jail
Town.getPrimaryJail()
Methods in com.palmergames.bukkit.towny.object that return types with arguments of type JailMethods in com.palmergames.bukkit.towny.object with parameters of type Jail -
Uses of Jail in com.palmergames.bukkit.towny.utils
Methods in com.palmergames.bukkit.towny.utils with parameters of type JailModifier and TypeMethodDescriptionstatic void
JailUtil.jailResident
(Resident resident, Jail jail, int cell, int hours, JailReason reason, org.bukkit.command.CommandSender jailer) Jails a resident.static void
JailUtil.jailResidentWithBail
(Resident resident, Jail jail, int cell, int hours, double bail, JailReason reason, org.bukkit.command.CommandSender jailer) Jails a resident.