Uses of Enum Class
org.bukkit.entity.Pose
Packages that use Pose
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Pose in org.bukkit.entity
Methods in org.bukkit.entity that return PoseModifier and TypeMethodDescription@NotNull Pose
Entity.getPose()
Gets the entity's current pose.static Pose
Returns the enum constant of this class with the specified name.static Pose[]
Pose.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.entity with parameters of type Pose -
Uses of Pose in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return PoseModifier and TypeMethodDescription@NotNull Pose
EntityPoseChangeEvent.getPose()
Gets the entity's new pose.Constructors in org.bukkit.event.entity with parameters of type Pose