| Package | Description | 
|---|---|
| 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 | 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 | 
|---|---|
@Nullable Raider | 
RaidSpawnWaveEvent.getPatrolLeader()
Returns the patrol leader. 
 | 
| Constructor and Description | 
|---|
RaidSpawnWaveEvent(@NotNull Raid raid,
                  @NotNull World world,
                  @Nullable Raider leader,
                  @NotNull List<Raider> raiders)  | 
Copyright © 2021. All rights reserved.