| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.event.raid | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Raid | World. locateNearestRaid(Location location,
                 int radius) | Finds the nearest raid close to the given location. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| List<Raid> | World. getRaids() | Gets all raids that are going on over this world. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Raid | RaidEvent. getRaid() | Returns the raid involved with this event. | 
| Constructor | Description | 
|---|---|
| RaidEvent(Raid raid,
         World world) | |
| RaidFinishEvent(Raid raid,
               World world,
               List<Player> winners) | |
| RaidSpawnWaveEvent(Raid raid,
                  World world,
                  Raider leader,
                  List<Raider> raiders) | |
| RaidStopEvent(Raid raid,
             World world,
             RaidStopEvent.Reason reason) | |
| RaidTriggerEvent(Raid raid,
                World world,
                Player player) | 
Copyright © 2020. All rights reserved.