Package net.minecraft.client.render
Class BlockBreakingInfo
java.lang.Object
net.minecraft.client.render.BlockBreakingInfo
- All Implemented Interfaces:
- Comparable<BlockBreakingInfo>
- Mappings:
- Namespace - Name - official - aho- intermediary - net/minecraft/class_3191- named - net/minecraft/client/render/BlockBreakingInfo
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intprivate intprivate final BlockPosprivate int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcompareTo(BlockBreakingInfo blockBreakingInfo) booleanintintgetPos()intgetStage()inthashCode()voidsetLastUpdateTick(int lastUpdateTick) voidsetStage(int stage) 
- 
Field Details- 
actorNetworkIdprivate final int actorNetworkId- Mappings:
- Namespace - Name - Mixin selector - official - a- Laho;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- Laho;b:Lgu;- 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;
 
- 
stageprivate int stage- Mappings:
- Namespace - Name - Mixin selector - official - c- Laho;c:I- intermediary - field_13858- Lnet/minecraft/class_3191;field_13858:I- named - stage- Lnet/minecraft/client/render/BlockBreakingInfo;stage:I
 
- 
lastUpdateTickprivate int lastUpdateTick- Mappings:
- Namespace - Name - Mixin selector - official - d- Laho;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>- Laho;<init>(ILgu;)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- 
getActorIdpublic int getActorId()- Mappings:
- Namespace - Name - Mixin selector - official - a- Laho;a()I- intermediary - method_34868- Lnet/minecraft/class_3191;method_34868()I- named - getActorId- Lnet/minecraft/client/render/BlockBreakingInfo;getActorId()I
 
- 
getPos- Mappings:
- Namespace - Name - Mixin selector - official - b- Laho;b()Lgu;- 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;
 
- 
setStagepublic void setStage(int stage) - Mappings:
- Namespace - Name - Mixin selector - official - a- Laho;a(I)V- intermediary - method_13987- Lnet/minecraft/class_3191;method_13987(I)V- named - setStage- Lnet/minecraft/client/render/BlockBreakingInfo;setStage(I)V
 
- 
getStagepublic int getStage()- Mappings:
- Namespace - Name - Mixin selector - official - c- Laho;c()I- intermediary - method_13988- Lnet/minecraft/class_3191;method_13988()I- named - getStage- Lnet/minecraft/client/render/BlockBreakingInfo;getStage()I
 
- 
setLastUpdateTickpublic void setLastUpdateTick(int lastUpdateTick) - Mappings:
- Namespace - Name - Mixin selector - official - b- Laho;b(I)V- intermediary - method_13989- Lnet/minecraft/class_3191;method_13989(I)V- named - setLastUpdateTick- Lnet/minecraft/client/render/BlockBreakingInfo;setLastUpdateTick(I)V
 
- 
getLastUpdateTickpublic int getLastUpdateTick()- Mappings:
- Namespace - Name - Mixin selector - official - d- Laho;d()I- intermediary - method_13990- Lnet/minecraft/class_3191;method_13990()I- named - getLastUpdateTick- Lnet/minecraft/client/render/BlockBreakingInfo;getLastUpdateTick()I
 
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<BlockBreakingInfo>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Laho;a(Laho;)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
 
 
-