Uses of Interface
org.bukkit.Raid
Packages that use Raid
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Events
related to raids.-
Uses of Raid in org.bukkit
Methods in org.bukkit that return RaidModifier and TypeMethodDescription@Nullable Raid
World.getRaid
(int id) Get a raid with the specific id fromgetId()
from this world.@Nullable Raid
World.locateNearestRaid
(@NotNull 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 -
Uses of Raid in org.bukkit.entity
Methods in org.bukkit.entity that return RaidModifier and TypeMethodDescription@Nullable Raid
Raider.getRaid()
Get theRaid
that this raider is participating in, if any.Methods in org.bukkit.entity with parameters of type Raid -
Uses of Raid in org.bukkit.event.raid
Methods in org.bukkit.event.raid that return RaidModifier and TypeMethodDescription@NotNull Raid
RaidEvent.getRaid()
Returns the raid involved with this event.Constructors in org.bukkit.event.raid with parameters of type RaidModifierConstructorDescriptionprotected
RaidFinishEvent
(@NotNull Raid raid, @NotNull World world, @NotNull List<Player> winners) RaidSpawnWaveEvent
(@NotNull Raid raid, @NotNull World world, @NotNull Raider leader, @NotNull List<Raider> raiders) RaidStopEvent
(@NotNull Raid raid, @NotNull World world, @NotNull RaidStopEvent.Reason reason) RaidTriggerEvent
(@NotNull Raid raid, @NotNull World world, @NotNull Player player)