public interface BodyPartRotationalData extends DataManipulator<BodyPartRotationalData,ImmutableBodyPartRotationalData>
Human
s and ArmorStand
s.Modifier and Type | Method and Description |
---|---|
Value<com.flowpowered.math.vector.Vector3d> |
bodyRotation()
Gets the direction the body is aiming at.
|
Value<com.flowpowered.math.vector.Vector3d> |
headDirection()
Gets the direction the headpiece is aiming at.
|
Value<com.flowpowered.math.vector.Vector3d> |
leftArmDirection()
Gets the direction the left arm is aiming at.
|
Value<com.flowpowered.math.vector.Vector3d> |
leftLegDirection()
Gets the direction the left leg is aiming at.
|
MapValue<BodyPart,com.flowpowered.math.vector.Vector3d> |
partRotation()
|
Value<com.flowpowered.math.vector.Vector3d> |
rightArmDirection()
Gets the direction the right arm is aiming at.
|
Value<com.flowpowered.math.vector.Vector3d> |
rightLegDirection()
Gets the direction the right leg is aiming at.
|
asImmutable, copy, fill, fill, from, set, set, set, set, transform
compareTo
toContainer
MapValue<BodyPart,com.flowpowered.math.vector.Vector3d> partRotation()
Value<com.flowpowered.math.vector.Vector3d> headDirection()
Value<com.flowpowered.math.vector.Vector3d> bodyRotation()
Value<com.flowpowered.math.vector.Vector3d> leftArmDirection()
Value<com.flowpowered.math.vector.Vector3d> rightArmDirection()
Value<com.flowpowered.math.vector.Vector3d> leftLegDirection()
Value<com.flowpowered.math.vector.Vector3d> rightLegDirection()