Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.event.raid |
Events related to raids. |
Modifier and Type | Method | Description |
---|---|---|
@NotNull List<Raider> |
Raid.getRaiders() |
Gets all remaining
Raider in the present wave. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
Evoker |
Represents an Evoker "Illager".
|
interface |
Illager |
Represents a type of "Illager".
|
interface |
Illusioner |
Represents an Illusioner "Illager".
|
interface |
Pillager |
Illager entity.
|
interface |
Ravager |
Illager beast.
|
interface |
Spellcaster |
Represents a spell casting "Illager".
|
interface |
Vindicator |
Represents a Vindicator.
|
interface |
Witch |
Represents a Witch
|
Modifier and Type | Method | Description |
---|---|---|
@Nullable Raider |
RaidSpawnWaveEvent.getPatrolLeader() |
Returns the patrol leader.
|
Modifier and Type | Method | Description |
---|---|---|
@NotNull List<Raider> |
RaidSpawnWaveEvent.getRaiders() |
Returns all
Raider that spawned in this wave. |
Constructor | Description |
---|---|
RaidSpawnWaveEvent(@NotNull Raid raid,
@NotNull World world,
@Nullable Raider leader,
@NotNull List<Raider> raiders) |
Constructor | Description |
---|---|
RaidSpawnWaveEvent(@NotNull Raid raid,
@NotNull World world,
@Nullable Raider leader,
@NotNull List<Raider> raiders) |
Copyright © 2020. All rights reserved.