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