| 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 | 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 | Description | 
|---|---|---|
| @NotNull Pose | EntityPoseChangeEvent. getPose() | Gets the entity's new pose. | 
| Constructor | Description | 
|---|---|
| EntityPoseChangeEvent(@NotNull Entity who,
                     @NotNull Pose pose) | 
Copyright © 2020. All rights reserved.