Uses of Class
net.minecraft.core.Rotations
-
Uses of Rotations in net.minecraft.network.syncher
Modifier and TypeFieldDescriptionstatic final EntityDataSerializer<Rotations>
EntityDataSerializers.ROTATIONS
-
Uses of Rotations in net.minecraft.world.entity.decoration
Modifier and TypeFieldDescriptionprivate Rotations
ArmorStand.bodyPose
private static final Rotations
ArmorStand.DEFAULT_BODY_POSE
private static final Rotations
ArmorStand.DEFAULT_HEAD_POSE
private static final Rotations
ArmorStand.DEFAULT_LEFT_ARM_POSE
private static final Rotations
ArmorStand.DEFAULT_LEFT_LEG_POSE
private static final Rotations
ArmorStand.DEFAULT_RIGHT_ARM_POSE
private static final Rotations
ArmorStand.DEFAULT_RIGHT_LEG_POSE
private Rotations
ArmorStand.headPose
private Rotations
ArmorStand.leftArmPose
private Rotations
ArmorStand.leftLegPose
private Rotations
ArmorStand.rightArmPose
private Rotations
ArmorStand.rightLegPose
Modifier and TypeFieldDescriptionstatic final EntityDataAccessor<Rotations>
ArmorStand.DATA_BODY_POSE
static final EntityDataAccessor<Rotations>
ArmorStand.DATA_HEAD_POSE
static final EntityDataAccessor<Rotations>
ArmorStand.DATA_LEFT_ARM_POSE
static final EntityDataAccessor<Rotations>
ArmorStand.DATA_LEFT_LEG_POSE
static final EntityDataAccessor<Rotations>
ArmorStand.DATA_RIGHT_ARM_POSE
static final EntityDataAccessor<Rotations>
ArmorStand.DATA_RIGHT_LEG_POSE
Modifier and TypeMethodDescriptionArmorStand.getBodyPose()
ArmorStand.getHeadPose()
ArmorStand.getLeftArmPose()
ArmorStand.getLeftLegPose()
ArmorStand.getRightArmPose()
ArmorStand.getRightLegPose()
Modifier and TypeMethodDescriptionvoid
ArmorStand.setBodyPose
(Rotations p_31617_) void
ArmorStand.setHeadPose
(Rotations p_31598_) void
ArmorStand.setLeftArmPose
(Rotations p_31624_) void
ArmorStand.setLeftLegPose
(Rotations p_31640_) void
ArmorStand.setRightArmPose
(Rotations p_31629_) void
ArmorStand.setRightLegPose
(Rotations p_31652_)