Uses of Enum Class
com.palmergames.bukkit.towny.event.DeleteNationEvent.Cause
Packages that use DeleteNationEvent.Cause
-
Uses of DeleteNationEvent.Cause in com.palmergames.bukkit.towny.db
Methods in com.palmergames.bukkit.towny.db with parameters of type DeleteNationEvent.CauseModifier and TypeMethodDescriptionbooleanTownyDatabaseHandler.removeNation(@NotNull Nation nation, DeleteNationEvent.Cause cause, @Nullable org.bukkit.command.CommandSender sender) booleanTownyDataSource.removeNation(@NotNull Nation nation, DeleteNationEvent.Cause cause) abstract booleanTownyDataSource.removeNation(@NotNull Nation nation, DeleteNationEvent.Cause cause, @Nullable org.bukkit.command.CommandSender sender) -
Uses of DeleteNationEvent.Cause in com.palmergames.bukkit.towny.event
Methods in com.palmergames.bukkit.towny.event that return DeleteNationEvent.CauseModifier and TypeMethodDescriptionDeleteNationEvent.getCause()PreDeleteNationEvent.getCause()static DeleteNationEvent.CauseReturns 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.Constructors in com.palmergames.bukkit.towny.event with parameters of type DeleteNationEvent.CauseModifierConstructorDescriptionDeleteNationEvent(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)