Uses of Class
net.minecraft.core.Rotations
Packages that use Rotations
Package
Description
-
Uses of Rotations in net.minecraft.core
Fields in net.minecraft.core with type parameters of type RotationsModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, Rotations> Rotations.STREAM_CODEC -
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 RotationsArmorStand.bodyPoseprivate static final RotationsArmorStand.DEFAULT_BODY_POSEprivate static final RotationsArmorStand.DEFAULT_HEAD_POSEprivate static final RotationsArmorStand.DEFAULT_LEFT_ARM_POSEprivate static final RotationsArmorStand.DEFAULT_LEFT_LEG_POSEprivate static final RotationsArmorStand.DEFAULT_RIGHT_ARM_POSEprivate static final 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 final EntityDataAccessor<Rotations> ArmorStand.DATA_BODY_POSEstatic final EntityDataAccessor<Rotations> ArmorStand.DATA_HEAD_POSEstatic final EntityDataAccessor<Rotations> ArmorStand.DATA_LEFT_ARM_POSEstatic final EntityDataAccessor<Rotations> ArmorStand.DATA_LEFT_LEG_POSEstatic final EntityDataAccessor<Rotations> ArmorStand.DATA_RIGHT_ARM_POSEstatic final 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 bodyPose) voidArmorStand.setHeadPose(Rotations headPose) voidArmorStand.setLeftArmPose(Rotations leftArmPose) voidArmorStand.setLeftLegPose(Rotations leftLegPose) voidArmorStand.setRightArmPose(Rotations rightArmPose) voidArmorStand.setRightLegPose(Rotations rightLegPose)