Uses of Interface
org.bukkit.Raid
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.event.raid |
Events related to raids. |
-
Uses of Raid in org.bukkit
Methods in org.bukkit that return Raid Modifier and Type Method Description Raid
World. locateNearestRaid(Location location, int radius)
Finds the nearest raid close to the given location.Methods in org.bukkit that return types with arguments of type Raid Modifier and Type Method Description List<Raid>
World. getRaids()
Gets all raids that are going on over this world. -
Uses of Raid in org.bukkit.event.raid
Methods in org.bukkit.event.raid that return Raid Modifier and Type Method Description Raid
RaidEvent. getRaid()
Returns the raid involved with this event.Constructors in org.bukkit.event.raid with parameters of type Raid 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)