Class PlayerEntityRenderState.HandState

java.lang.Object
net.minecraft.client.render.entity.state.PlayerEntityRenderState.HandState
Enclosing class:
PlayerEntityRenderState

@Environment(CLIENT) public static class PlayerEntityRenderState.HandState extends Object
Mappings:
Namespace Name
named net/minecraft/client/render/entity/state/PlayerEntityRenderState$HandState
intermediary net/minecraft/class_10055$class_10056
official gzf$a
  • Field Details

    • empty

      public boolean empty
      Mappings:
      Namespace Name Mixin selector
      named empty Lnet/minecraft/client/render/entity/state/PlayerEntityRenderState$HandState;empty:Z
      intermediary field_53547 Lnet/minecraft/class_10055$class_10056;field_53547:Z
      official a Lgzf$a;a:Z
    • itemUseAction

      @Nullable public @Nullable UseAction itemUseAction
      Mappings:
      Namespace Name Mixin selector
      named itemUseAction Lnet/minecraft/client/render/entity/state/PlayerEntityRenderState$HandState;itemUseAction:Lnet/minecraft/item/consume/UseAction;
      intermediary field_53548 Lnet/minecraft/class_10055$class_10056;field_53548:Lnet/minecraft/class_1839;
      official b Lgzf$a;b:Lcxq;
    • hasChargedCrossbow

      public boolean hasChargedCrossbow
      Mappings:
      Namespace Name Mixin selector
      named hasChargedCrossbow Lnet/minecraft/client/render/entity/state/PlayerEntityRenderState$HandState;hasChargedCrossbow:Z
      intermediary field_53549 Lnet/minecraft/class_10055$class_10056;field_53549:Z
      official c Lgzf$a;c:Z
  • Constructor Details

    • HandState

      public HandState()