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