Uses of Enum Class
org.bukkit.event.raid.RaidStopEvent.Reason
-
Uses of RaidStopEvent.Reason in org.bukkit.event.raid
Modifier and TypeMethodDescriptionRaidStopEvent.getReason()
Returns the stop reason.static RaidStopEvent.Reason
Returns the enum constant of this class with the specified name.static RaidStopEvent.Reason[]
RaidStopEvent.Reason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionRaidStopEvent
(@NotNull Raid raid, @NotNull World world, @NotNull RaidStopEvent.Reason reason)