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