| Package | Description | 
|---|---|
| org.bukkit.event.raid | 
| Modifier and Type | Method and Description | 
|---|---|
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(Raid raid,
             World world,
             RaidStopEvent.Reason reason)  | 
Copyright © 2022. All rights reserved.