Uses of Class
net.minecraft.util.math.Rotations
-
Packages that use Rotations Package Description net.minecraft.entity.item net.minecraft.network.datasync -
-
Uses of Rotations in net.minecraft.entity.item
Fields in net.minecraft.entity.item declared as Rotations Modifier and Type Field Description private Rotations
ArmorStandEntity. bodyPose
private static Rotations
ArmorStandEntity. DEFAULT_BODY_POSE
private static Rotations
ArmorStandEntity. DEFAULT_HEAD_POSE
private static Rotations
ArmorStandEntity. DEFAULT_LEFT_ARM_POSE
private static Rotations
ArmorStandEntity. DEFAULT_LEFT_LEG_POSE
private static Rotations
ArmorStandEntity. DEFAULT_RIGHT_ARM_POSE
private static Rotations
ArmorStandEntity. DEFAULT_RIGHT_LEG_POSE
private Rotations
ArmorStandEntity. headPose
private Rotations
ArmorStandEntity. leftArmPose
private Rotations
ArmorStandEntity. leftLegPose
private Rotations
ArmorStandEntity. rightArmPose
private Rotations
ArmorStandEntity. rightLegPose
Fields in net.minecraft.entity.item with type parameters of type Rotations Modifier and Type Field Description static DataParameter<Rotations>
ArmorStandEntity. DATA_BODY_POSE
static DataParameter<Rotations>
ArmorStandEntity. DATA_HEAD_POSE
static DataParameter<Rotations>
ArmorStandEntity. DATA_LEFT_ARM_POSE
static DataParameter<Rotations>
ArmorStandEntity. DATA_LEFT_LEG_POSE
static DataParameter<Rotations>
ArmorStandEntity. DATA_RIGHT_ARM_POSE
static DataParameter<Rotations>
ArmorStandEntity. DATA_RIGHT_LEG_POSE
Methods in net.minecraft.entity.item that return Rotations Modifier and Type Method Description Rotations
ArmorStandEntity. getBodyPose()
Rotations
ArmorStandEntity. getHeadPose()
Rotations
ArmorStandEntity. getLeftArmPose()
Rotations
ArmorStandEntity. getLeftLegPose()
Rotations
ArmorStandEntity. getRightArmPose()
Rotations
ArmorStandEntity. getRightLegPose()
Methods in net.minecraft.entity.item with parameters of type Rotations Modifier and Type Method Description void
ArmorStandEntity. setBodyPose(Rotations p_175424_1_)
void
ArmorStandEntity. setHeadPose(Rotations p_175415_1_)
void
ArmorStandEntity. setLeftArmPose(Rotations p_175405_1_)
void
ArmorStandEntity. setLeftLegPose(Rotations p_175417_1_)
void
ArmorStandEntity. setRightArmPose(Rotations p_175428_1_)
void
ArmorStandEntity. setRightLegPose(Rotations p_175427_1_)
-
Uses of Rotations in net.minecraft.network.datasync
Fields in net.minecraft.network.datasync with type parameters of type Rotations Modifier and Type Field Description static IDataSerializer<Rotations>
DataSerializers. ROTATIONS
-