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 EulerAngleArmorStandEntity.bodyRotationstatic 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 EulerAngleArmorStandEntity.headRotationprivate EulerAngleArmorStandEntity.leftArmRotationprivate EulerAngleArmorStandEntity.leftLegRotationprivate EulerAngleArmorStandEntity.rightArmRotationprivate EulerAngleArmorStandEntity.rightLegRotationFields 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.getBodyRotation()ArmorStandEntity.getHeadRotation()ArmorStandEntity.getLeftArmRotation()ArmorStandEntity.getLeftLegRotation()ArmorStandEntity.getRightArmRotation()ArmorStandEntity.getRightLegRotation()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) -
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