Uses of Enum Class
com.palmergames.bukkit.towny.event.plot.district.DistrictDeletedEvent.Cause
Packages that use DistrictDeletedEvent.Cause
-
Uses of DistrictDeletedEvent.Cause in com.palmergames.bukkit.towny.event.plot.district
Methods in com.palmergames.bukkit.towny.event.plot.district that return DistrictDeletedEvent.CauseModifier and TypeMethodDescriptionDistrictDeletedEvent.getDeletionCause()static DistrictDeletedEvent.CauseReturns 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.Constructors in com.palmergames.bukkit.towny.event.plot.district with parameters of type DistrictDeletedEvent.CauseModifierConstructorDescriptionDistrictDeletedEvent(@NotNull District district, @Nullable org.bukkit.entity.Player player, @NotNull DistrictDeletedEvent.Cause deletionCause)