Uses of Class
net.minecraft.core.Rotations
Packages that use Rotations
-
Uses of Rotations in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type RotationsModifier and TypeFieldDescriptionstatic final EntityDataSerializer<Rotations>
EntityDataSerializers.ROTATIONS
-
Uses of Rotations in net.minecraft.world.entity.decoration
Fields in net.minecraft.world.entity.decoration declared as RotationsModifier 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
Fields in net.minecraft.world.entity.decoration with type parameters of type RotationsModifier 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
Methods in net.minecraft.world.entity.decoration that return RotationsModifier and TypeMethodDescriptionArmorStand.getBodyPose()
ArmorStand.getHeadPose()
ArmorStand.getLeftArmPose()
ArmorStand.getLeftLegPose()
ArmorStand.getRightArmPose()
ArmorStand.getRightLegPose()
Methods in net.minecraft.world.entity.decoration with parameters of type RotationsModifier 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_)