Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.event.raid |
Modifier and Type | Method and Description |
---|---|
List<Raider> |
Raid.getRaiders()
Gets all remaining
Raider in the present wave. |
Modifier and Type | Interface and 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 and Description |
---|---|
Raider |
RaidSpawnWaveEvent.getPatrolLeader()
Returns the patrol leader.
|
Modifier and Type | Method and Description |
---|---|
List<Raider> |
RaidSpawnWaveEvent.getRaiders()
Returns all
Raider that spawned in this wave. |
Constructor and Description |
---|
RaidSpawnWaveEvent(Raid raid,
World world,
Raider leader,
List<Raider> raiders) |
Constructor and Description |
---|
RaidSpawnWaveEvent(Raid raid,
World world,
Raider leader,
List<Raider> raiders) |
Copyright © 2022. All rights reserved.