Package net.minecraft.client.render
Class BlockBreakingInfo
java.lang.Object
net.minecraft.client.render.BlockBreakingInfo
- All Implemented Interfaces:
Comparable<BlockBreakingInfo>
- Mappings:
Namespace Name official agmintermediary 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 TypeMethodDescriptionbooleanintintgetPos()intgetStage()inthashCode()intmethod_23269(BlockBreakingInfo blockBreakingInfo) voidsetLastUpdateTick(int lastUpdateTick) voidsetStage(int stage) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
actorNetworkId
private final int actorNetworkId- Mappings:
Namespace Name Mixin selector official aLagm;a:Iintermediary field_13859Lnet/minecraft/class_3191;field_13859:Inamed actorNetworkIdLnet/minecraft/client/render/BlockBreakingInfo;actorNetworkId:I
-
pos
- Mappings:
Namespace Name Mixin selector official bLagm;b:Lgr;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 cLagm;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 dLagm;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>Lagm;<init>(ILgr;)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 aLagm;a()Iintermediary method_34868Lnet/minecraft/class_3191;method_34868()Inamed getActorIdLnet/minecraft/client/render/BlockBreakingInfo;getActorId()I
-
getPos
- Mappings:
Namespace Name Mixin selector official bLagm;b()Lgr;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 aLagm;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 cLagm;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 bLagm;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 dLagm;d()Iintermediary method_13990Lnet/minecraft/class_3191;method_13990()Inamed getLastUpdateTickLnet/minecraft/client/render/BlockBreakingInfo;getLastUpdateTick()I
-
equals
-
hashCode
public int hashCode() -
method_23269
- Mappings:
Namespace Name Mixin selector official aLagm;a(Lagm;)Iintermediary method_23269Lnet/minecraft/class_3191;method_23269(Lnet/minecraft/class_3191;)Inamed method_23269Lnet/minecraft/client/render/BlockBreakingInfo;method_23269(Lnet/minecraft/client/render/BlockBreakingInfo;)I
-