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 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 pBodyPose) void
ArmorStand.setHeadPose
(Rotations pHeadPose) void
ArmorStand.setLeftArmPose
(Rotations pLeftArmPose) void
ArmorStand.setLeftLegPose
(Rotations pLeftLegPose) void
ArmorStand.setRightArmPose
(Rotations pRightArmPose) void
ArmorStand.setRightLegPose
(Rotations pRightLegPose)