Package net.minecraft.client.render
Class BlockBreakingInfo
java.lang.Object
net.minecraft.client.render.BlockBreakingInfo
@Environment(CLIENT) public class BlockBreakingInfo extends Object
- Mappings:
Namespace Name official kwintermediary net/minecraft/class_1625named net/minecraft/client/render/BlockBreakingInfo
-
Field Summary
Fields Modifier and Type Field Description private intactorNetworkIdprivate intlastUpdateTickprivate BlockPosposprivate intstage -
Constructor Summary
Constructors Constructor Description BlockBreakingInfo(int actorNetworkId, BlockPos pos) -
Method Summary
Modifier and Type Method Description intgetLastUpdateTick()BlockPosgetPos()intgetStage()voidsetLastUpdateTick(int lastUpdateTick)voidsetStage(int stage)
-
Field Details
-
actorNetworkId
private final int actorNetworkId- Mappings:
Namespace Name Mixin selector official aLkw;a:Iintermediary field_6574Lnet/minecraft/class_1625;field_6574:Inamed actorNetworkIdLnet/minecraft/client/render/BlockBreakingInfo;actorNetworkId:I
-
pos
- Mappings:
Namespace Name Mixin selector official bLkw;b:Lcj;intermediary field_6575Lnet/minecraft/class_1625;field_6575:Lnet/minecraft/class_1372;named posLnet/minecraft/client/render/BlockBreakingInfo;pos:Lnet/minecraft/util/math/BlockPos;
-
stage
private int stage- Mappings:
Namespace Name Mixin selector official cLkw;c:Iintermediary field_6576Lnet/minecraft/class_1625;field_6576:Inamed stageLnet/minecraft/client/render/BlockBreakingInfo;stage:I
-
lastUpdateTick
private int lastUpdateTick- Mappings:
Namespace Name Mixin selector official dLkw;d:Iintermediary field_6577Lnet/minecraft/class_1625;field_6577:Inamed lastUpdateTickLnet/minecraft/client/render/BlockBreakingInfo;lastUpdateTick:I
-
-
Constructor Details
-
BlockBreakingInfo
- Mappings:
Namespace Name Mixin selector official <init>Lkw;<init>(ILcj;)Vintermediary <init>Lnet/minecraft/class_1625;<init>(ILnet/minecraft/class_1372;)Vnamed <init>Lnet/minecraft/client/render/BlockBreakingInfo;<init>(ILnet/minecraft/util/math/BlockPos;)V
-
-
Method Details
-
getPos
- Mappings:
Namespace Name Mixin selector official bLkw;b()Lcj;intermediary method_5977Lnet/minecraft/class_1625;method_5977()Lnet/minecraft/class_1372;named getPosLnet/minecraft/client/render/BlockBreakingInfo;getPos()Lnet/minecraft/util/math/BlockPos;
-
setStage
public void setStage(int stage)- Mappings:
Namespace Name Mixin selector official aLkw;a(I)Vintermediary method_5976Lnet/minecraft/class_1625;method_5976(I)Vnamed setStageLnet/minecraft/client/render/BlockBreakingInfo;setStage(I)V
-
getStage
public int getStage()- Mappings:
Namespace Name Mixin selector official cLkw;c()Iintermediary method_5979Lnet/minecraft/class_1625;method_5979()Inamed getStageLnet/minecraft/client/render/BlockBreakingInfo;getStage()I
-
setLastUpdateTick
public void setLastUpdateTick(int lastUpdateTick)- Mappings:
Namespace Name Mixin selector official bLkw;b(I)Vintermediary method_5978Lnet/minecraft/class_1625;method_5978(I)Vnamed setLastUpdateTickLnet/minecraft/client/render/BlockBreakingInfo;setLastUpdateTick(I)V
-
getLastUpdateTick
public int getLastUpdateTick()- Mappings:
Namespace Name Mixin selector official dLkw;d()Iintermediary method_5980Lnet/minecraft/class_1625;method_5980()Inamed getLastUpdateTickLnet/minecraft/client/render/BlockBreakingInfo;getLastUpdateTick()I
-