Class FirstPersonHandsAndItemsRenderState

java.lang.Object
net.minecraft.client.renderer.state.level.FirstPersonHandsAndItemsRenderState

public class FirstPersonHandsAndItemsRenderState extends Object
  • Field Details

    • attackHand

      public InteractionHand 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

      public ItemStack mainHandItem
    • offHandItem

      public ItemStack offHandItem
    • mainHandHeight

      public float mainHandHeight
    • oldMainHandHeight

      public float oldMainHandHeight
    • offHandHeight

      public float offHandHeight
    • oldOffHandHeight

      public float oldOffHandHeight
    • mainHandRenderState

      public final ItemStackRenderState mainHandRenderState
    • offHandRenderState

      public final ItemStackRenderState offHandRenderState
    • mainHandMapRenderState

      public final MapRenderState mainHandMapRenderState
    • offHandMapRenderState

      public final MapRenderState offHandMapRenderState
    • hasMainHandMapData

      public boolean hasMainHandMapData
    • hasOffHandMapData

      public boolean hasOffHandMapData
  • Constructor Details

    • FirstPersonHandsAndItemsRenderState

      public FirstPersonHandsAndItemsRenderState()