Uses of Enum Class
com.palmergames.bukkit.towny.event.plot.group.PlotGroupDeletedEvent.Cause
-
Uses of PlotGroupDeletedEvent.Cause in com.palmergames.bukkit.towny.event.plot.group
Modifier and TypeMethodDescriptionPlotGroupDeletedEvent.getDeletionCause()
static PlotGroupDeletedEvent.Cause
Returns the enum constant of this class with the specified name.static PlotGroupDeletedEvent.Cause[]
PlotGroupDeletedEvent.Cause.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlotGroupDeletedEvent
(@NotNull PlotGroup group, @Nullable org.bukkit.entity.Player player, @NotNull PlotGroupDeletedEvent.Cause deletionCause)