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 | Description |
---|---|---|
@Nullable Raid |
World.locateNearestRaid(@NotNull Location location,
int radius) |
Finds the nearest raid close to the given location.
|
Modifier and Type | Method | Description |
---|---|---|
@NotNull List<Raid> |
World.getRaids() |
Gets all raids that are going on over this world.
|
Modifier and Type | Method | Description |
---|---|---|
@NotNull Raid |
RaidEvent.getRaid() |
Returns the raid involved with this event.
|
Constructor | 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 © 2020. All rights reserved.