| Package | Description |
|---|---|
| com.destroystokyo.paper.entity.ai | |
| com.destroystokyo.paper.event.entity | |
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| org.bukkit.event.entity |
| Modifier and Type | Field and Description |
|---|---|
static GoalKey<Slime> |
VanillaGoal.SLIME_IDLE |
static GoalKey<Slime> |
VanillaGoal.SLIME_NEAREST_PLAYER |
static GoalKey<Slime> |
VanillaGoal.SLIME_RANDOM_DIRECTION |
static GoalKey<Slime> |
VanillaGoal.SLIME_RANDOM_JUMP |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Slime |
SlimePathfindEvent.getEntity()
The Slime that is pathfinding.
|
| Constructor and Description |
|---|
SlimeChangeDirectionEvent(@NotNull Slime slime,
float yaw) |
SlimePathfindEvent(@NotNull Slime slime) |
SlimeSwimEvent(@NotNull Slime slime) |
SlimeTargetLivingEntityEvent(@NotNull Slime slime,
@NotNull LivingEntity target) |
SlimeWanderEvent(@NotNull Slime slime) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MagmaCube
Represents a MagmaCube.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Slime |
SlimeSplitEvent.getEntity() |
| Constructor and Description |
|---|
SlimeSplitEvent(@NotNull Slime slime,
int count) |
Copyright © 2021. All rights reserved.