Uses of Enum Class
com.palmergames.bukkit.towny.event.plot.group.PlotGroupDeletedEvent.Cause
Packages that use PlotGroupDeletedEvent.Cause
-
Uses of PlotGroupDeletedEvent.Cause in com.palmergames.bukkit.towny.event.plot.group
Methods in com.palmergames.bukkit.towny.event.plot.group that return PlotGroupDeletedEvent.CauseModifier 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.Constructors in com.palmergames.bukkit.towny.event.plot.group with parameters of type PlotGroupDeletedEvent.CauseModifierConstructorDescriptionPlotGroupDeletedEvent
(@NotNull PlotGroup group, @Nullable org.bukkit.entity.Player player, @NotNull PlotGroupDeletedEvent.Cause deletionCause)