Class BlockBreakingInfo

java.lang.Object
net.minecraft.client.render.BlockBreakingInfo

@Environment(CLIENT) public class BlockBreakingInfo extends Object
Mappings:
Namespace Name
official lp
intermediary net/minecraft/class_786
named net/minecraft/client/render/BlockBreakingInfo
  • Field Details

    • actorNetworkId

      private final int actorNetworkId
      Mappings:
      Namespace Name Mixin selector
      official a Llp;a:I
      intermediary field_2772 Lnet/minecraft/class_786;field_2772:I
      named actorNetworkId Lnet/minecraft/client/render/BlockBreakingInfo;actorNetworkId:I
    • pos

      private final BlockPos pos
      Mappings:
      Namespace Name Mixin selector
      official b Llp;b:Lco;
      intermediary field_11756 Lnet/minecraft/class_786;field_11756:Lnet/minecraft/class_2552;
      named pos Lnet/minecraft/client/render/BlockBreakingInfo;pos:Lnet/minecraft/util/math/BlockPos;
    • stage

      private int stage
      Mappings:
      Namespace Name Mixin selector
      official c Llp;c:I
      intermediary field_2776 Lnet/minecraft/class_786;field_2776:I
      named stage Lnet/minecraft/client/render/BlockBreakingInfo;stage:I
    • lastUpdateTick

      private int lastUpdateTick
      Mappings:
      Namespace Name Mixin selector
      official d Llp;d:I
      intermediary field_5301 Lnet/minecraft/class_786;field_5301:I
      named lastUpdateTick Lnet/minecraft/client/render/BlockBreakingInfo;lastUpdateTick:I
  • Constructor Details

    • BlockBreakingInfo

      public BlockBreakingInfo(int actorNetworkId, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official <init> Llp;<init>(ILco;)V
      intermediary <init> Lnet/minecraft/class_786;<init>(ILnet/minecraft/class_2552;)V
      named <init> Lnet/minecraft/client/render/BlockBreakingInfo;<init>(ILnet/minecraft/util/math/BlockPos;)V
  • Method Details

    • getPos

      public BlockPos getPos()
      Mappings:
      Namespace Name Mixin selector
      official b Llp;b()Lco;
      intermediary method_2091 Lnet/minecraft/class_786;method_2091()Lnet/minecraft/class_2552;
      named getPos Lnet/minecraft/client/render/BlockBreakingInfo;getPos()Lnet/minecraft/util/math/BlockPos;
    • setStage

      public void setStage(int stage)
      Mappings:
      Namespace Name Mixin selector
      official a Llp;a(I)V
      intermediary method_2089 Lnet/minecraft/class_786;method_2089(I)V
      named setStage Lnet/minecraft/client/render/BlockBreakingInfo;setStage(I)V
    • getStage

      public int getStage()
      Mappings:
      Namespace Name Mixin selector
      official c Llp;c()I
      intermediary method_2093 Lnet/minecraft/class_786;method_2093()I
      named getStage Lnet/minecraft/client/render/BlockBreakingInfo;getStage()I
    • setLastUpdateTick

      public void setLastUpdateTick(int lastUpdateTick)
      Mappings:
      Namespace Name Mixin selector
      official b Llp;b(I)V
      intermediary method_4408 Lnet/minecraft/class_786;method_4408(I)V
      named setLastUpdateTick Lnet/minecraft/client/render/BlockBreakingInfo;setLastUpdateTick(I)V
    • getLastUpdateTick

      public int getLastUpdateTick()
      Mappings:
      Namespace Name Mixin selector
      official d Llp;d()I
      intermediary method_4409 Lnet/minecraft/class_786;method_4409()I
      named getLastUpdateTick Lnet/minecraft/client/render/BlockBreakingInfo;getLastUpdateTick()I