Class BlockBreakingInfo

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

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

    • actorNetworkId

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

      private final BlockPos pos
      Mappings:
      Namespace Name Mixin selector
      official b Lkw;b:Lcj;
      intermediary field_6575 Lnet/minecraft/class_1625;field_6575:Lnet/minecraft/class_1372;
      named pos Lnet/minecraft/client/render/BlockBreakingInfo;pos:Lnet/minecraft/util/math/BlockPos;
    • stage

      private int stage
      Mappings:
      Namespace Name Mixin selector
      official c Lkw;c:I
      intermediary field_6576 Lnet/minecraft/class_1625;field_6576:I
      named stage Lnet/minecraft/client/render/BlockBreakingInfo;stage:I
    • lastUpdateTick

      private int lastUpdateTick
      Mappings:
      Namespace Name Mixin selector
      official d Lkw;d:I
      intermediary field_6577 Lnet/minecraft/class_1625;field_6577: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> Lkw;<init>(ILcj;)V
      intermediary <init> Lnet/minecraft/class_1625;<init>(ILnet/minecraft/class_1372;)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 Lkw;b()Lcj;
      intermediary method_5977 Lnet/minecraft/class_1625;method_5977()Lnet/minecraft/class_1372;
      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 Lkw;a(I)V
      intermediary method_5976 Lnet/minecraft/class_1625;method_5976(I)V
      named setStage Lnet/minecraft/client/render/BlockBreakingInfo;setStage(I)V
    • getStage

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

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

      public int getLastUpdateTick()
      Mappings:
      Namespace Name Mixin selector
      official d Lkw;d()I
      intermediary method_5980 Lnet/minecraft/class_1625;method_5980()I
      named getLastUpdateTick Lnet/minecraft/client/render/BlockBreakingInfo;getLastUpdateTick()I