Uses of Enum Class
com.palmergames.bukkit.towny.event.DeleteTownEvent.Cause
Packages that use DeleteTownEvent.Cause
Package
Description
-
Uses of DeleteTownEvent.Cause in com.palmergames.bukkit.towny.db
Methods in com.palmergames.bukkit.towny.db with parameters of type DeleteTownEvent.CauseModifier and TypeMethodDescriptionbooleanTownyDatabaseHandler.removeTown(@NotNull Town town, DeleteTownEvent.Cause cause, @Nullable org.bukkit.command.CommandSender sender, boolean delayFullRemoval) booleanTownyDataSource.removeTown(@NotNull Town town, DeleteTownEvent.Cause cause, @Nullable org.bukkit.command.CommandSender sender) abstract booleanTownyDataSource.removeTown(@NotNull Town town, DeleteTownEvent.Cause cause, @Nullable org.bukkit.command.CommandSender sender, boolean delayFullRemoval) booleanTownyDataSource.removeTown(Town town, DeleteTownEvent.Cause cause) -
Uses of DeleteTownEvent.Cause in com.palmergames.bukkit.towny.event
Methods in com.palmergames.bukkit.towny.event that return DeleteTownEvent.CauseModifier and TypeMethodDescription@NotNull DeleteTownEvent.CauseDeleteTownEvent.getCause()PreDeleteTownEvent.getCause()static DeleteTownEvent.CauseReturns the enum constant of this class with the specified name.static DeleteTownEvent.Cause[]DeleteTownEvent.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 with parameters of type DeleteTownEvent.CauseModifierConstructorDescriptionDeleteTownEvent(@NotNull Town town, @Nullable Resident mayor, @NotNull DeleteTownEvent.Cause cause, @Nullable org.bukkit.command.CommandSender sender) PreDeleteTownEvent(@NotNull Town town, DeleteTownEvent.Cause cause, @Nullable org.bukkit.command.CommandSender sender) -
Uses of DeleteTownEvent.Cause in com.palmergames.bukkit.towny.event.town
Methods in com.palmergames.bukkit.towny.event.town that return DeleteTownEvent.CauseConstructors in com.palmergames.bukkit.towny.event.town with parameters of type DeleteTownEvent.CauseModifierConstructorDescriptionTownPreRuinedEvent(Town town, DeleteTownEvent.Cause cause, org.bukkit.command.CommandSender sender)