Package net.minecraft.client.render
Class BlockBreakingInfo
java.lang.Object
net.minecraft.client.render.BlockBreakingInfo
- All Implemented Interfaces:
Comparable<BlockBreakingInfo>
@Environment(CLIENT) public class BlockBreakingInfo extends Object implements Comparable<BlockBreakingInfo>
- Mappings:
Namespace Name official aag
intermediary net/minecraft/class_3191
named net/minecraft/client/render/BlockBreakingInfo
-
Field Summary
Fields Modifier and Type Field Description private int
actorNetworkId
private int
lastUpdateTick
private BlockPos
pos
private int
stage
-
Constructor Summary
Constructors Constructor Description BlockBreakingInfo(int breakingEntityId, BlockPos pos)
-
Method Summary
Modifier and Type Method Description int
compareTo(BlockBreakingInfo blockBreakingInfo)
boolean
equals(Object object)
int
getLastUpdateTick()
BlockPos
getPos()
int
getStage()
int
hashCode()
void
setLastUpdateTick(int lastUpdateTick)
void
setStage(int stage)
-
Field Details
-
actorNetworkId
private final int actorNetworkId- Mappings:
Namespace Name Mixin selector official a
Laag;a:I
intermediary field_13859
Lnet/minecraft/class_3191;field_13859:I
named actorNetworkId
Lnet/minecraft/client/render/BlockBreakingInfo;actorNetworkId:I
-
pos
- Mappings:
Namespace Name Mixin selector official b
Laag;b:Lfx;
intermediary field_13860
Lnet/minecraft/class_3191;field_13860:Lnet/minecraft/class_2338;
named pos
Lnet/minecraft/client/render/BlockBreakingInfo;pos:Lnet/minecraft/util/math/BlockPos;
-
stage
private int stage- Mappings:
Namespace Name Mixin selector official c
Laag;c:I
intermediary field_13858
Lnet/minecraft/class_3191;field_13858:I
named stage
Lnet/minecraft/client/render/BlockBreakingInfo;stage:I
-
lastUpdateTick
private int lastUpdateTick- Mappings:
Namespace Name Mixin selector official d
Laag;d:I
intermediary field_13857
Lnet/minecraft/class_3191;field_13857:I
named lastUpdateTick
Lnet/minecraft/client/render/BlockBreakingInfo;lastUpdateTick:I
-
-
Constructor Details
-
BlockBreakingInfo
- Mappings:
Namespace Name Mixin selector official <init>
Laag;<init>(ILfx;)V
intermediary <init>
Lnet/minecraft/class_3191;<init>(ILnet/minecraft/class_2338;)V
named <init>
Lnet/minecraft/client/render/BlockBreakingInfo;<init>(ILnet/minecraft/util/math/BlockPos;)V
-
-
Method Details
-
getPos
- Mappings:
Namespace Name Mixin selector official b
Laag;b()Lfx;
intermediary method_13991
Lnet/minecraft/class_3191;method_13991()Lnet/minecraft/class_2338;
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
Laag;a(I)V
intermediary method_13987
Lnet/minecraft/class_3191;method_13987(I)V
named setStage
Lnet/minecraft/client/render/BlockBreakingInfo;setStage(I)V
-
getStage
public int getStage()- Mappings:
Namespace Name Mixin selector official c
Laag;c()I
intermediary method_13988
Lnet/minecraft/class_3191;method_13988()I
named getStage
Lnet/minecraft/client/render/BlockBreakingInfo;getStage()I
-
setLastUpdateTick
public void setLastUpdateTick(int lastUpdateTick)- Mappings:
Namespace Name Mixin selector official b
Laag;b(I)V
intermediary method_13989
Lnet/minecraft/class_3191;method_13989(I)V
named setLastUpdateTick
Lnet/minecraft/client/render/BlockBreakingInfo;setLastUpdateTick(I)V
-
getLastUpdateTick
public int getLastUpdateTick()- Mappings:
Namespace Name Mixin selector official d
Laag;d()I
intermediary method_13990
Lnet/minecraft/class_3191;method_13990()I
named getLastUpdateTick
Lnet/minecraft/client/render/BlockBreakingInfo;getLastUpdateTick()I
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<BlockBreakingInfo>
- Mappings:
Namespace Name Mixin selector official a
Laag;a(Laag;)I
intermediary method_23269
Lnet/minecraft/class_3191;method_23269(Lnet/minecraft/class_3191;)I
named compareTo
Lnet/minecraft/client/render/BlockBreakingInfo;compareTo(Lnet/minecraft/client/render/BlockBreakingInfo;)I
-