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 io.papermc.paper
Methods in io.papermc.paper that return types with arguments of type Pose -
Uses of Pose in org.bukkit.entity
Methods in org.bukkit.entity that return PoseModifier and TypeMethodDescriptionEntity.getPose()Gets the entity's current pose.static PoseReturns 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 that return types with arguments of type PoseModifier and TypeMethodDescriptionMannequin.validPoses()Returns the valid poses for a mannequin.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 PoseConstructors in org.bukkit.event.entity with parameters of type Pose