| 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 |
|---|---|---|
Slime |
SlimePathfindEvent.getEntity() |
The Slime that is pathfinding.
|
| Constructor | Description |
|---|---|
SlimeChangeDirectionEvent(Slime slime,
float yaw) |
|
SlimePathfindEvent(Slime slime) |
|
SlimeSwimEvent(Slime slime) |
|
SlimeTargetLivingEntityEvent(Slime slime,
LivingEntity target) |
|
SlimeWanderEvent(Slime slime) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
MagmaCube |
Represents a MagmaCube.
|
| Modifier and Type | Method | Description |
|---|---|---|
Slime |
SlimeSplitEvent.getEntity() |
| Constructor | Description |
|---|---|
SlimeSplitEvent(Slime slime,
int count) |
Copyright © 2021. All rights reserved.