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.entity |
Modifier and Type | Method and Description |
---|---|
@NotNull Pose |
Entity.getPose()
Gets the entity's current pose.
|
static Pose |
Pose.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pose[] |
Pose.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
@NotNull Pose |
EntityPoseChangeEvent.getPose()
Gets the entity's new pose.
|
Constructor and Description |
---|
EntityPoseChangeEvent(@NotNull Entity who,
@NotNull Pose pose) |
Copyright © 2021. All rights reserved.