Class FirstPersonHandsAndItemsRenderState
java.lang.Object
net.minecraft.client.renderer.state.level.FirstPersonHandsAndItemsRenderState
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanintfloatfinal MapRenderStatefinal ItemStackRenderStatefloatintintfloatfinal MapRenderStatefinal ItemStackRenderStatefloatintfloatfloatintfloatfloatfloatfloat -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
attackHand
-
viewXRot
public float viewXRot -
viewYRot
public float viewYRot -
xBob
public float xBob -
yBob
public float yBob -
isScoping
public boolean isScoping -
useItemRemainingTicks
public int useItemRemainingTicks -
mainHandUseDuration
public int mainHandUseDuration -
offHandUseDuration
public int offHandUseDuration -
mainHandChargeDuration
public int mainHandChargeDuration -
offHandChargeDuration
public int offHandChargeDuration -
mainHandSwapScale
public float mainHandSwapScale -
offHandSwapScale
public float offHandSwapScale -
handRenderSelection
-
mainHandItem
-
offHandItem
-
mainHandHeight
public float mainHandHeight -
oldMainHandHeight
public float oldMainHandHeight -
offHandHeight
public float offHandHeight -
oldOffHandHeight
public float oldOffHandHeight -
mainHandRenderState
-
offHandRenderState
-
mainHandMapRenderState
-
offHandMapRenderState
-
hasMainHandMapData
public boolean hasMainHandMapData -
hasOffHandMapData
public boolean hasOffHandMapData
-
-
Constructor Details
-
FirstPersonHandsAndItemsRenderState
public FirstPersonHandsAndItemsRenderState()
-