Uses of Record Class
net.minecraft.core.Rotations
Packages that use Rotations
Package
Description
-
Uses of Rotations in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as RotationsModifier and TypeFieldDescriptionArmorStandRenderState.bodyPose
ArmorStandRenderState.headPose
ArmorStandRenderState.leftArmPose
ArmorStandRenderState.leftLegPose
ArmorStandRenderState.rightArmPose
ArmorStandRenderState.rightLegPose
-
Uses of Rotations in net.minecraft.core
Fields in net.minecraft.core with type parameters of type RotationsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Rotations> Rotations.CODEC
static 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 final Rotations
ArmorStand.ArmorStandPose.body
The field for thebody
record component.static final Rotations
ArmorStand.DEFAULT_BODY_POSE
static final Rotations
ArmorStand.DEFAULT_HEAD_POSE
static final Rotations
ArmorStand.DEFAULT_LEFT_ARM_POSE
static final Rotations
ArmorStand.DEFAULT_LEFT_LEG_POSE
static final Rotations
ArmorStand.DEFAULT_RIGHT_ARM_POSE
static final Rotations
ArmorStand.DEFAULT_RIGHT_LEG_POSE
private final Rotations
ArmorStand.ArmorStandPose.head
The field for thehead
record component.private final Rotations
ArmorStand.ArmorStandPose.leftArm
The field for theleftArm
record component.private final Rotations
ArmorStand.ArmorStandPose.leftLeg
The field for theleftLeg
record component.private final Rotations
ArmorStand.ArmorStandPose.rightArm
The field for therightArm
record component.private final Rotations
ArmorStand.ArmorStandPose.rightLeg
The field for therightLeg
record component.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.ArmorStandPose.body()
Returns the value of thebody
record component.ArmorStand.getBodyPose()
ArmorStand.getHeadPose()
ArmorStand.getLeftArmPose()
ArmorStand.getLeftLegPose()
ArmorStand.getRightArmPose()
ArmorStand.getRightLegPose()
ArmorStand.ArmorStandPose.head()
Returns the value of thehead
record component.ArmorStand.ArmorStandPose.leftArm()
Returns the value of theleftArm
record component.ArmorStand.ArmorStandPose.leftLeg()
Returns the value of theleftLeg
record component.ArmorStand.ArmorStandPose.rightArm()
Returns the value of therightArm
record component.ArmorStand.ArmorStandPose.rightLeg()
Returns the value of therightLeg
record component.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) Constructors in net.minecraft.world.entity.decoration with parameters of type Rotations