Class ArmorStandEntityRenderState
java.lang.Object
net.minecraft.client.render.entity.state.EntityRenderState
net.minecraft.client.render.entity.state.LivingEntityRenderState
net.minecraft.client.render.entity.state.ArmedEntityRenderState
net.minecraft.client.render.entity.state.BipedEntityRenderState
net.minecraft.client.render.entity.state.ArmorStandEntityRenderState
- Mappings:
Namespace Name named net/minecraft/client/render/entity/state/ArmorStandEntityRenderState
intermediary net/minecraft/class_9998
official gxr
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.render.entity.state.EntityRenderState
EntityRenderState.LeashData
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
float
float
Fields inherited from class net.minecraft.client.render.entity.state.BipedEntityRenderState
activeHand, crossbowPullTime, equippedChestStack, equippedFeetStack, equippedHeadStack, equippedLegsStack, handSwingProgress, hasVehicle, isGliding, isInSneakingPose, isSwimming, isUsingItem, itemUseTime, leaningPitch, leftWingPitch, leftWingRoll, leftWingYaw, limbAmplitudeInverse, preferredArm
Fields inherited from class net.minecraft.client.render.entity.state.ArmedEntityRenderState
leftArmPose, leftHandItemState, mainArm, rightArmPose, rightHandItemState
Fields inherited from class net.minecraft.client.render.entity.state.LivingEntityRenderState
ageScale, baby, baseScale, bodyYaw, customName, deathTime, flipUpsideDown, hasOutline, headItemAnimationProgress, headItemRenderState, hurt, invisibleToPlayer, limbAmplitudeMultiplier, limbFrequency, pitch, pose, shaking, sleepingDirection, touchingWater, usingRiptide, wearingSkullProfile, wearingSkullType, yawDegrees
Fields inherited from class net.minecraft.client.render.entity.state.EntityRenderState
age, displayName, height, invisible, leashData, nameLabelPos, onFire, positionOffset, sneaking, squaredDistanceToCamera, standingEyeHeight, width, x, y, z
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.render.entity.state.ArmedEntityRenderState
getMainHandItemState, updateRenderState
Methods inherited from class net.minecraft.client.render.entity.state.LivingEntityRenderState
isInPose
-
Field Details
-
yaw
public float yaw- Mappings:
Namespace Name Mixin selector named yaw
Lnet/minecraft/client/render/entity/state/ArmorStandEntityRenderState;yaw:F
intermediary field_53245
Lnet/minecraft/class_9998;field_53245:F
official a
Lgxr;a:F
-
timeSinceLastHit
public float timeSinceLastHit- Mappings:
Namespace Name Mixin selector named timeSinceLastHit
Lnet/minecraft/client/render/entity/state/ArmorStandEntityRenderState;timeSinceLastHit:F
intermediary field_53246
Lnet/minecraft/class_9998;field_53246:F
official b
Lgxr;b:F
-
marker
public boolean marker- Mappings:
Namespace Name Mixin selector named marker
Lnet/minecraft/client/render/entity/state/ArmorStandEntityRenderState;marker:Z
intermediary field_53247
Lnet/minecraft/class_9998;field_53247:Z
official c
Lgxr;c:Z
-
small
public boolean small- Mappings:
Namespace Name Mixin selector named small
Lnet/minecraft/client/render/entity/state/ArmorStandEntityRenderState;small:Z
intermediary field_53248
Lnet/minecraft/class_9998;field_53248:Z
official d
Lgxr;d:Z
-
showArms
public boolean showArms- Mappings:
Namespace Name Mixin selector named showArms
Lnet/minecraft/client/render/entity/state/ArmorStandEntityRenderState;showArms:Z
intermediary field_53249
Lnet/minecraft/class_9998;field_53249:Z
official j
Lgxr;j:Z
-
showBasePlate
public boolean showBasePlate- Mappings:
Namespace Name Mixin selector named showBasePlate
Lnet/minecraft/client/render/entity/state/ArmorStandEntityRenderState;showBasePlate:Z
intermediary field_53250
Lnet/minecraft/class_9998;field_53250:Z
official k
Lgxr;k:Z
-
headRotation
- Mappings:
Namespace Name Mixin selector named headRotation
Lnet/minecraft/client/render/entity/state/ArmorStandEntityRenderState;headRotation:Lnet/minecraft/util/math/EulerAngle;
intermediary field_53251
Lnet/minecraft/class_9998;field_53251:Lnet/minecraft/class_2379;
official l
Lgxr;l:Lkj;
-
bodyRotation
- Mappings:
Namespace Name Mixin selector named bodyRotation
Lnet/minecraft/client/render/entity/state/ArmorStandEntityRenderState;bodyRotation:Lnet/minecraft/util/math/EulerAngle;
intermediary field_53252
Lnet/minecraft/class_9998;field_53252:Lnet/minecraft/class_2379;
official m
Lgxr;m:Lkj;
-
leftArmRotation
- Mappings:
Namespace Name Mixin selector named leftArmRotation
Lnet/minecraft/client/render/entity/state/ArmorStandEntityRenderState;leftArmRotation:Lnet/minecraft/util/math/EulerAngle;
intermediary field_53253
Lnet/minecraft/class_9998;field_53253:Lnet/minecraft/class_2379;
official n
Lgxr;n:Lkj;
-
rightArmRotation
- Mappings:
Namespace Name Mixin selector named rightArmRotation
Lnet/minecraft/client/render/entity/state/ArmorStandEntityRenderState;rightArmRotation:Lnet/minecraft/util/math/EulerAngle;
intermediary field_53254
Lnet/minecraft/class_9998;field_53254:Lnet/minecraft/class_2379;
official o
Lgxr;o:Lkj;
-
leftLegRotation
- Mappings:
Namespace Name Mixin selector named leftLegRotation
Lnet/minecraft/client/render/entity/state/ArmorStandEntityRenderState;leftLegRotation:Lnet/minecraft/util/math/EulerAngle;
intermediary field_53255
Lnet/minecraft/class_9998;field_53255:Lnet/minecraft/class_2379;
official p
Lgxr;p:Lkj;
-
rightLegRotation
- Mappings:
Namespace Name Mixin selector named rightLegRotation
Lnet/minecraft/client/render/entity/state/ArmorStandEntityRenderState;rightLegRotation:Lnet/minecraft/util/math/EulerAngle;
intermediary field_53256
Lnet/minecraft/class_9998;field_53256:Lnet/minecraft/class_2379;
official q
Lgxr;q:Lkj;
-
-
Constructor Details