net.minecraft.client.render.state

public class ArmsRenderState

net.minecraft.client.renderer.state.level.FirstPersonHandsAndItemsRenderState
net.minecraft.class_1_1475
net.minecraft.client.render.state.ArmsRenderState

Field summary

Modifier and TypeField
public Hand
attackHand
field_1_10019
hand
public float
viewXRot
field_1_10041
pitch
public float
viewYRot
field_1_10042
yaw
public float
xBob
field_1_10043
renderPitch
public float
yBob
field_1_10044
renderYaw
public boolean
isScoping
field_1_10023
usingSpyglass
public int
useItemRemainingTicks
field_1_10040
itemUseTimeLeft
public int
mainHandUseDuration
field_1_10030
mainHandMaxUseTime
public int
offHandUseDuration
field_1_10037
offHandMaxUseTime
public int
mainHandChargeDuration
field_1_10024
mainHandPullTime
public int
offHandChargeDuration
field_1_10031
offHandPullTime
public float
mainHandSwapScale
field_1_10029
mainHandSwapAnimationScale
public float
offHandSwapScale
field_1_10036
offHandSwapAnimationScale
public ArmsRenderState$HandRenderType
handRenderSelection
field_1_10020
handRenderType
public ItemStack
mainHandItem
field_1_10026
mainHandStack
public ItemStack
offHandItem
field_1_10033
offHandStack
public float
mainHandHeight
field_1_10025
mainHandReadyProgress
public float
oldMainHandHeight
field_1_10038
lastMainHandReadyProgress
public float
offHandHeight
field_1_10032
offHandReadyProgress
public float
oldOffHandHeight
field_1_10039
lastOffHandReadyProgress
public final ItemRenderState
mainHandRenderState
field_1_10028
mainHandStackState
public final ItemRenderState
offHandRenderState
field_1_10035
offHandStackState
public final MapRenderState
mainHandMapRenderState
field_1_10027
mainHandMap
public final MapRenderState
offHandMapRenderState
field_1_10034
offHandMap
public boolean
hasMainHandMapData
field_1_10021
mainHandMapFilled
public boolean
hasOffHandMapData
field_1_10022
offHandMapFilled

Constructor summary

ModifierConstructor
public ()