Package | Description |
---|---|
com.destroystokyo.paper.entity.ai | |
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 | Field and Description |
---|---|
static GoalKey<Raider> |
VanillaGoal.NEAREST_ATTACKABLE_TARGET_WITCH |
static GoalKey<Raider> |
VanillaGoal.NEAREST_HEALABLE_RAIDER |
static GoalKey<Raider> |
VanillaGoal.RAID |
static GoalKey<Raider> |
VanillaGoal.RAIDER_CELEBRATION |
static GoalKey<Raider> |
VanillaGoal.RAIDER_HOLD_GROUND |
static GoalKey<Raider> |
VanillaGoal.RAIDER_MOVE_THROUGH_VILLAGE |
static GoalKey<Raider> |
VanillaGoal.RAIDER_OBTAIN_BANNER |
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.