| 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 | 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 | Description |
|---|---|---|
@NotNull Slime |
SlimePathfindEvent.getEntity() |
The Slime that is pathfinding.
|
| Constructor | 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 | Description |
|---|---|---|
interface |
MagmaCube |
Represents a MagmaCube.
|
| Modifier and Type | Method | Description |
|---|---|---|
@NotNull Slime |
SlimeSplitEvent.getEntity() |
| Constructor | Description |
|---|---|
SlimeSplitEvent(@NotNull Slime slime,
int count) |
Copyright © 2020. All rights reserved.