Package | Description |
---|---|
org.bukkit.event.raid |
Events related to raids. |
Modifier and Type | Method and Description |
---|---|
@NotNull RaidStopEvent.Reason |
RaidStopEvent.getReason()
Returns the stop reason.
|
static RaidStopEvent.Reason |
RaidStopEvent.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.
|
Constructor and Description |
---|
RaidStopEvent(@NotNull Raid raid,
@NotNull World world,
@NotNull RaidStopEvent.Reason reason) |
Copyright © 2021. All rights reserved.