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 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 RotationsArmorStand.bodyPoseprivate static RotationsArmorStand.DEFAULT_BODY_POSEprivate static RotationsArmorStand.DEFAULT_HEAD_POSEprivate static RotationsArmorStand.DEFAULT_LEFT_ARM_POSEprivate static RotationsArmorStand.DEFAULT_LEFT_LEG_POSEprivate static RotationsArmorStand.DEFAULT_RIGHT_ARM_POSEprivate static RotationsArmorStand.DEFAULT_RIGHT_LEG_POSEprivate RotationsArmorStand.headPoseprivate RotationsArmorStand.leftArmPoseprivate RotationsArmorStand.leftLegPoseprivate RotationsArmorStand.rightArmPoseprivate RotationsArmorStand.rightLegPoseFields in net.minecraft.world.entity.decoration with type parameters of type RotationsModifier and TypeFieldDescriptionstatic EntityDataAccessor<Rotations>ArmorStand.DATA_BODY_POSEstatic EntityDataAccessor<Rotations>ArmorStand.DATA_HEAD_POSEstatic EntityDataAccessor<Rotations>ArmorStand.DATA_LEFT_ARM_POSEstatic EntityDataAccessor<Rotations>ArmorStand.DATA_LEFT_LEG_POSEstatic EntityDataAccessor<Rotations>ArmorStand.DATA_RIGHT_ARM_POSEstatic EntityDataAccessor<Rotations>ArmorStand.DATA_RIGHT_LEG_POSEMethods 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 TypeMethodDescriptionvoidArmorStand.setBodyPose(Rotations p_31617_)voidArmorStand.setHeadPose(Rotations p_31598_)voidArmorStand.setLeftArmPose(Rotations p_31624_)voidArmorStand.setLeftLegPose(Rotations p_31640_)voidArmorStand.setRightArmPose(Rotations p_31629_)voidArmorStand.setRightLegPose(Rotations p_31652_)