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 Summary
Modifier and TypeFieldDescriptionprivate final int
private int
private final BlockPos
private int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(BlockBreakingInfo blockBreakingInfo) boolean
int
int
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
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;
-
stage
private 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
-
lastUpdateTick
private 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
-
getActorId
public 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;
-
setStage
public 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
-
getStage
public 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
-
setLastUpdateTick
public 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
-
getLastUpdateTick
public 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
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<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
-