Uses of Class
org.bukkit.event.raid.RaidStopEvent.Reason
-
Packages that use RaidStopEvent.Reason Package Description org.bukkit.event.raid Eventsrelated to raids. -
-
Uses of RaidStopEvent.Reason in org.bukkit.event.raid
Methods in org.bukkit.event.raid that return RaidStopEvent.Reason Modifier and Type Method Description @NotNull RaidStopEvent.ReasonRaidStopEvent. getReason()Returns the stop reason.static RaidStopEvent.ReasonRaidStopEvent.Reason. valueOf(String name)Returns the enum constant of this type with the specified name.static RaidStopEvent.Reason[]RaidStopEvent.Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bukkit.event.raid with parameters of type RaidStopEvent.Reason Constructor Description RaidStopEvent(@NotNull Raid raid, @NotNull World world, @NotNull RaidStopEvent.Reason reason)
-