| Package | Description |
|---|---|
| org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
| org.bukkit.event.raid |
Events related to raids. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Raid |
World.locateNearestRaid(@NotNull Location location,
int radius)
Finds the nearest raid close to the given location.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Raid |
RaidEvent.getRaid()
Returns the raid involved with this event.
|
| Constructor and Description |
|---|
RaidEvent(@NotNull Raid raid,
@NotNull World world) |
RaidFinishEvent(@NotNull Raid raid,
@NotNull World world,
@NotNull List<Player> winners) |
RaidSpawnWaveEvent(@NotNull Raid raid,
@NotNull World world,
@Nullable 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) |
Copyright © 2021. All rights reserved.