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.bodyRotationArmorStandEntityRenderState.headRotationArmorStandEntityRenderState.leftArmRotationArmorStandEntityRenderState.leftLegRotationArmorStandEntityRenderState.rightArmRotationArmorStandEntityRenderState.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 EulerAngleArmorStandEntity.PackedRotation.bodyThe field for thebodyrecord component.static final EulerAngleArmorStandEntity.DEFAULT_BODY_ROTATIONstatic final EulerAngleArmorStandEntity.DEFAULT_HEAD_ROTATIONstatic final EulerAngleArmorStandEntity.DEFAULT_LEFT_ARM_ROTATIONstatic final EulerAngleArmorStandEntity.DEFAULT_LEFT_LEG_ROTATIONstatic final EulerAngleArmorStandEntity.DEFAULT_RIGHT_ARM_ROTATIONstatic final EulerAngleArmorStandEntity.DEFAULT_RIGHT_LEG_ROTATIONprivate final EulerAngleArmorStandEntity.PackedRotation.headThe field for theheadrecord component.private final EulerAngleArmorStandEntity.PackedRotation.leftArmThe field for theleftArmrecord component.private final EulerAngleArmorStandEntity.PackedRotation.leftLegThe field for theleftLegrecord component.private final EulerAngleArmorStandEntity.PackedRotation.rightArmThe field for therightArmrecord component.private final EulerAngleArmorStandEntity.PackedRotation.rightLegThe field for therightLegrecord component.Fields in net.minecraft.entity.decoration with type parameters of type EulerAngleModifier and TypeFieldDescriptionstatic final TrackedData<EulerAngle> ArmorStandEntity.TRACKER_BODY_ROTATIONstatic final TrackedData<EulerAngle> ArmorStandEntity.TRACKER_HEAD_ROTATIONstatic final TrackedData<EulerAngle> ArmorStandEntity.TRACKER_LEFT_ARM_ROTATIONstatic final TrackedData<EulerAngle> ArmorStandEntity.TRACKER_LEFT_LEG_ROTATIONstatic final TrackedData<EulerAngle> ArmorStandEntity.TRACKER_RIGHT_ARM_ROTATIONstatic final TrackedData<EulerAngle> ArmorStandEntity.TRACKER_RIGHT_LEG_ROTATIONMethods in net.minecraft.entity.decoration that return EulerAngleModifier and TypeMethodDescriptionArmorStandEntity.PackedRotation.body()Returns the value of thebodyrecord component.ArmorStandEntity.getBodyRotation()ArmorStandEntity.getHeadRotation()ArmorStandEntity.getLeftArmRotation()ArmorStandEntity.getLeftLegRotation()ArmorStandEntity.getRightArmRotation()ArmorStandEntity.getRightLegRotation()ArmorStandEntity.PackedRotation.head()Returns the value of theheadrecord component.ArmorStandEntity.PackedRotation.leftArm()Returns the value of theleftArmrecord component.ArmorStandEntity.PackedRotation.leftLeg()Returns the value of theleftLegrecord component.ArmorStandEntity.PackedRotation.rightArm()Returns the value of therightArmrecord component.ArmorStandEntity.PackedRotation.rightLeg()Returns the value of therightLegrecord component.Methods in net.minecraft.entity.decoration with parameters of type EulerAngleModifier and TypeMethodDescriptionvoidArmorStandEntity.setBodyRotation(EulerAngle angle) voidArmorStandEntity.setHeadRotation(EulerAngle angle) voidArmorStandEntity.setLeftArmRotation(EulerAngle angle) voidArmorStandEntity.setLeftLegRotation(EulerAngle angle) voidArmorStandEntity.setRightArmRotation(EulerAngle angle) voidArmorStandEntity.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.CODECstatic final PacketCodec<ByteBuf, EulerAngle> EulerAngle.PACKET_CODEC