Uses of Enum Class
com.palmergames.bukkit.towny.event.town.TownPreUnclaimEvent.Cause
Packages that use TownPreUnclaimEvent.Cause
-
Uses of TownPreUnclaimEvent.Cause in com.palmergames.bukkit.towny.db
Methods in com.palmergames.bukkit.towny.db with parameters of type TownPreUnclaimEvent.CauseModifier and TypeMethodDescriptionvoid
TownyDatabaseHandler.removeTownBlock
(TownBlock townBlock, TownPreUnclaimEvent.Cause cause) abstract void
TownyDataSource.removeTownBlock
(TownBlock townBlock, TownPreUnclaimEvent.Cause cause) -
Uses of TownPreUnclaimEvent.Cause in com.palmergames.bukkit.towny.event.town
Methods in com.palmergames.bukkit.towny.event.town that return TownPreUnclaimEvent.CauseModifier and TypeMethodDescriptionTownPreUnclaimEvent.getCause()
static TownPreUnclaimEvent.Cause
Returns the enum constant of this class with the specified name.static TownPreUnclaimEvent.Cause[]
TownPreUnclaimEvent.Cause.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.palmergames.bukkit.towny.event.town with parameters of type TownPreUnclaimEvent.CauseModifierConstructorDescriptionTownPreUnclaimEvent
(Town town, TownBlock townBlock, TownPreUnclaimEvent.Cause cause)