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 TypeMethodDescriptionvoidTownyUniverse.registerJail(Jail jail) voidTownyUniverse.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 voidTownyDataSource.deleteJail(Jail jail) voidTownyFlatFileSource.deleteJail(Jail jail) voidTownySQLSource.deleteJail(Jail jail) TownyFlatFileSource.getJailFilename(Jail jail) abstract booleanbooleanbooleanvoidTownyDatabaseHandler.removeJail(Jail jail) abstract voidTownyDataSource.removeJail(Jail jail) abstract booleanbooleanboolean -
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 JailTown.getJail(int i) TownBlock.getJail()@Nullable JailTown.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 voidJailUtil.jailResident(Resident resident, Jail jail, int cell, int hours, JailReason reason, org.bukkit.command.CommandSender jailer) Jails a resident.static voidJailUtil.jailResidentWithBail(Resident resident, Jail jail, int cell, int hours, double bail, JailReason reason, org.bukkit.command.CommandSender jailer) Jails a resident.