Uses of Record Class
net.minecraft.util.math.EulerAngle
Packages that use EulerAngle
Package
Description
-
Uses of EulerAngle in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as EulerAngleModifier and TypeFieldDescriptionArmorStandEntityRenderState.bodyRotation
ArmorStandEntityRenderState.headRotation
ArmorStandEntityRenderState.leftArmRotation
ArmorStandEntityRenderState.leftLegRotation
ArmorStandEntityRenderState.rightArmRotation
ArmorStandEntityRenderState.rightLegRotation
-
Uses of EulerAngle in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type EulerAngleModifier and TypeFieldDescriptionstatic final TrackedDataHandler
<EulerAngle> TrackedDataHandlerRegistry.ROTATION
-
Uses of EulerAngle in net.minecraft.entity.decoration
Fields in net.minecraft.entity.decoration declared as EulerAngleModifier and TypeFieldDescriptionprivate final EulerAngle
ArmorStandEntity.PackedRotation.body
The field for thebody
record component.static final EulerAngle
ArmorStandEntity.DEFAULT_BODY_ROTATION
static final EulerAngle
ArmorStandEntity.DEFAULT_HEAD_ROTATION
static final EulerAngle
ArmorStandEntity.DEFAULT_LEFT_ARM_ROTATION
static final EulerAngle
ArmorStandEntity.DEFAULT_LEFT_LEG_ROTATION
static final EulerAngle
ArmorStandEntity.DEFAULT_RIGHT_ARM_ROTATION
static final EulerAngle
ArmorStandEntity.DEFAULT_RIGHT_LEG_ROTATION
private final EulerAngle
ArmorStandEntity.PackedRotation.head
The field for thehead
record component.private final EulerAngle
ArmorStandEntity.PackedRotation.leftArm
The field for theleftArm
record component.private final EulerAngle
ArmorStandEntity.PackedRotation.leftLeg
The field for theleftLeg
record component.private final EulerAngle
ArmorStandEntity.PackedRotation.rightArm
The field for therightArm
record component.private final EulerAngle
ArmorStandEntity.PackedRotation.rightLeg
The field for therightLeg
record component.Fields in net.minecraft.entity.decoration with type parameters of type EulerAngleModifier and TypeFieldDescriptionstatic final TrackedData
<EulerAngle> ArmorStandEntity.TRACKER_BODY_ROTATION
static final TrackedData
<EulerAngle> ArmorStandEntity.TRACKER_HEAD_ROTATION
static final TrackedData
<EulerAngle> ArmorStandEntity.TRACKER_LEFT_ARM_ROTATION
static final TrackedData
<EulerAngle> ArmorStandEntity.TRACKER_LEFT_LEG_ROTATION
static final TrackedData
<EulerAngle> ArmorStandEntity.TRACKER_RIGHT_ARM_ROTATION
static final TrackedData
<EulerAngle> ArmorStandEntity.TRACKER_RIGHT_LEG_ROTATION
Methods in net.minecraft.entity.decoration that return EulerAngleModifier and TypeMethodDescriptionArmorStandEntity.PackedRotation.body()
Returns the value of thebody
record component.ArmorStandEntity.getBodyRotation()
ArmorStandEntity.getHeadRotation()
ArmorStandEntity.getLeftArmRotation()
ArmorStandEntity.getLeftLegRotation()
ArmorStandEntity.getRightArmRotation()
ArmorStandEntity.getRightLegRotation()
ArmorStandEntity.PackedRotation.head()
Returns the value of thehead
record component.ArmorStandEntity.PackedRotation.leftArm()
Returns the value of theleftArm
record component.ArmorStandEntity.PackedRotation.leftLeg()
Returns the value of theleftLeg
record component.ArmorStandEntity.PackedRotation.rightArm()
Returns the value of therightArm
record component.ArmorStandEntity.PackedRotation.rightLeg()
Returns the value of therightLeg
record component.Methods in net.minecraft.entity.decoration with parameters of type EulerAngleModifier and TypeMethodDescriptionvoid
ArmorStandEntity.setBodyRotation
(EulerAngle angle) void
ArmorStandEntity.setHeadRotation
(EulerAngle angle) void
ArmorStandEntity.setLeftArmRotation
(EulerAngle angle) void
ArmorStandEntity.setLeftLegRotation
(EulerAngle angle) void
ArmorStandEntity.setRightArmRotation
(EulerAngle angle) void
ArmorStandEntity.setRightLegRotation
(EulerAngle angle) Constructors in net.minecraft.entity.decoration with parameters of type EulerAngleModifierConstructorDescriptionPackedRotation
(EulerAngle eulerAngle, EulerAngle eulerAngle2, EulerAngle eulerAngle3, EulerAngle eulerAngle4, EulerAngle eulerAngle5, EulerAngle eulerAngle6) -
Uses of EulerAngle in net.minecraft.util.math
Fields in net.minecraft.util.math with type parameters of type EulerAngleModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EulerAngle> EulerAngle.CODEC
static final PacketCodec
<ByteBuf, EulerAngle> EulerAngle.PACKET_CODEC