Package net.minecraft.client.render
Class BlockBreakingInfo
java.lang.Object
net.minecraft.client.render.BlockBreakingInfo
- All Implemented Interfaces:
 Comparable<BlockBreakingInfo>
- Mappings:
 Namespace Name official ahointermediary net/minecraft/class_3191named net/minecraft/client/render/BlockBreakingInfo
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate intprivate final BlockPosprivate int - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(BlockBreakingInfo blockBreakingInfo) booleanintintgetPos()intgetStage()inthashCode()voidsetLastUpdateTick(int lastUpdateTick) voidsetStage(int stage)  
- 
Field Details
- 
actorNetworkId
private final int actorNetworkId- Mappings:
 Namespace Name Mixin selector official aLaho;a:Iintermediary field_13859Lnet/minecraft/class_3191;field_13859:Inamed actorNetworkIdLnet/minecraft/client/render/BlockBreakingInfo;actorNetworkId:I
 - 
pos
- Mappings:
 Namespace Name Mixin selector official bLaho;b:Lgu;intermediary field_13860Lnet/minecraft/class_3191;field_13860:Lnet/minecraft/class_2338;named posLnet/minecraft/client/render/BlockBreakingInfo;pos:Lnet/minecraft/util/math/BlockPos;
 - 
stage
private int stage- Mappings:
 Namespace Name Mixin selector official cLaho;c:Iintermediary field_13858Lnet/minecraft/class_3191;field_13858:Inamed stageLnet/minecraft/client/render/BlockBreakingInfo;stage:I
 - 
lastUpdateTick
private int lastUpdateTick- Mappings:
 Namespace Name Mixin selector official dLaho;d:Iintermediary field_13857Lnet/minecraft/class_3191;field_13857:Inamed lastUpdateTickLnet/minecraft/client/render/BlockBreakingInfo;lastUpdateTick:I
 
 - 
 - 
Constructor Details
- 
BlockBreakingInfo
- Mappings:
 Namespace Name Mixin selector official <init>Laho;<init>(ILgu;)Vintermediary <init>Lnet/minecraft/class_3191;<init>(ILnet/minecraft/class_2338;)Vnamed <init>Lnet/minecraft/client/render/BlockBreakingInfo;<init>(ILnet/minecraft/util/math/BlockPos;)V
 
 - 
 - 
Method Details
- 
getActorId
public int getActorId()- Mappings:
 Namespace Name Mixin selector official aLaho;a()Iintermediary method_34868Lnet/minecraft/class_3191;method_34868()Inamed getActorIdLnet/minecraft/client/render/BlockBreakingInfo;getActorId()I
 - 
getPos
- Mappings:
 Namespace Name Mixin selector official bLaho;b()Lgu;intermediary method_13991Lnet/minecraft/class_3191;method_13991()Lnet/minecraft/class_2338;named getPosLnet/minecraft/client/render/BlockBreakingInfo;getPos()Lnet/minecraft/util/math/BlockPos;
 - 
setStage
public void setStage(int stage) - Mappings:
 Namespace Name Mixin selector official aLaho;a(I)Vintermediary method_13987Lnet/minecraft/class_3191;method_13987(I)Vnamed setStageLnet/minecraft/client/render/BlockBreakingInfo;setStage(I)V
 - 
getStage
public int getStage()- Mappings:
 Namespace Name Mixin selector official cLaho;c()Iintermediary method_13988Lnet/minecraft/class_3191;method_13988()Inamed getStageLnet/minecraft/client/render/BlockBreakingInfo;getStage()I
 - 
setLastUpdateTick
public void setLastUpdateTick(int lastUpdateTick) - Mappings:
 Namespace Name Mixin selector official bLaho;b(I)Vintermediary method_13989Lnet/minecraft/class_3191;method_13989(I)Vnamed setLastUpdateTickLnet/minecraft/client/render/BlockBreakingInfo;setLastUpdateTick(I)V
 - 
getLastUpdateTick
public int getLastUpdateTick()- Mappings:
 Namespace Name Mixin selector official dLaho;d()Iintermediary method_13990Lnet/minecraft/class_3191;method_13990()Inamed getLastUpdateTickLnet/minecraft/client/render/BlockBreakingInfo;getLastUpdateTick()I
 - 
equals
 - 
hashCode
public int hashCode() - 
compareTo
- Specified by:
 compareToin interfaceComparable<BlockBreakingInfo>- Mappings:
 Namespace Name Mixin selector official aLaho;a(Laho;)Iintermediary method_23269Lnet/minecraft/class_3191;method_23269(Lnet/minecraft/class_3191;)Inamed compareToLnet/minecraft/client/render/BlockBreakingInfo;compareTo(Lnet/minecraft/client/render/BlockBreakingInfo;)I
 
 -