Uses of Enum Class
com.palmergames.bukkit.towny.event.DeleteNationEvent.Cause
-
Uses of DeleteNationEvent.Cause in com.palmergames.bukkit.towny.db
Modifier and TypeMethodDescriptionboolean
TownyDatabaseHandler.removeNation
(@NotNull Nation nation, DeleteNationEvent.Cause cause, @Nullable org.bukkit.command.CommandSender sender) boolean
TownyDataSource.removeNation
(@NotNull Nation nation, DeleteNationEvent.Cause cause) abstract boolean
TownyDataSource.removeNation
(@NotNull Nation nation, DeleteNationEvent.Cause cause, @Nullable org.bukkit.command.CommandSender sender) -
Uses of DeleteNationEvent.Cause in com.palmergames.bukkit.towny.event
Modifier and TypeMethodDescriptionDeleteNationEvent.getCause()
PreDeleteNationEvent.getCause()
static DeleteNationEvent.Cause
Returns the enum constant of this class with the specified name.static DeleteNationEvent.Cause[]
DeleteNationEvent.Cause.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionDeleteNationEvent
(Nation nation, Resident king, DeleteNationEvent.Cause cause, org.bukkit.command.CommandSender sender) PreDeleteNationEvent
(@NotNull Nation nation, DeleteNationEvent.Cause cause, @Nullable org.bukkit.command.CommandSender sender)