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 RotationsArmorStandEntity. bodyPoseprivate static RotationsArmorStandEntity. DEFAULT_BODY_POSEprivate static RotationsArmorStandEntity. DEFAULT_HEAD_POSEprivate static RotationsArmorStandEntity. DEFAULT_LEFT_ARM_POSEprivate static RotationsArmorStandEntity. DEFAULT_LEFT_LEG_POSEprivate static RotationsArmorStandEntity. DEFAULT_RIGHT_ARM_POSEprivate static RotationsArmorStandEntity. DEFAULT_RIGHT_LEG_POSEprivate RotationsArmorStandEntity. headPoseprivate RotationsArmorStandEntity. leftArmPoseprivate RotationsArmorStandEntity. leftLegPoseprivate RotationsArmorStandEntity. rightArmPoseprivate RotationsArmorStandEntity. rightLegPoseFields in net.minecraft.entity.item with type parameters of type Rotations Modifier and Type Field Description static DataParameter<Rotations>ArmorStandEntity. DATA_BODY_POSEstatic DataParameter<Rotations>ArmorStandEntity. DATA_HEAD_POSEstatic DataParameter<Rotations>ArmorStandEntity. DATA_LEFT_ARM_POSEstatic DataParameter<Rotations>ArmorStandEntity. DATA_LEFT_LEG_POSEstatic DataParameter<Rotations>ArmorStandEntity. DATA_RIGHT_ARM_POSEstatic DataParameter<Rotations>ArmorStandEntity. DATA_RIGHT_LEG_POSEMethods in net.minecraft.entity.item that return Rotations Modifier and Type Method Description RotationsArmorStandEntity. getBodyPose()RotationsArmorStandEntity. getHeadPose()RotationsArmorStandEntity. getLeftArmPose()RotationsArmorStandEntity. getLeftLegPose()RotationsArmorStandEntity. getRightArmPose()RotationsArmorStandEntity. getRightLegPose()Methods in net.minecraft.entity.item with parameters of type Rotations Modifier and Type Method Description voidArmorStandEntity. setBodyPose(Rotations p_175424_1_)voidArmorStandEntity. setHeadPose(Rotations p_175415_1_)voidArmorStandEntity. setLeftArmPose(Rotations p_175405_1_)voidArmorStandEntity. setLeftLegPose(Rotations p_175417_1_)voidArmorStandEntity. setRightArmPose(Rotations p_175428_1_)voidArmorStandEntity. 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
-