Uses of Interface
org.bukkit.Raid
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Events
related to raids.-
Uses of Raid in org.bukkit
Modifier and TypeMethodDescriptionWorld.locateNearestRaid
(Location location, int radius) Finds the nearest raid close to the given location. -
Uses of Raid in org.bukkit.event.raid
ModifierConstructorDescriptionprotected
RaidFinishEvent
(Raid raid, World world, List<Player> winners) RaidStopEvent
(Raid raid, World world, RaidStopEvent.Reason reason) RaidTriggerEvent
(Raid raid, World world, Player player)