Class BlockBreakingProgressS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.BlockBreakingProgressS2CPacket
- All Implemented Interfaces:
Packet
- Mappings:
Namespace Name official itintermediary net/minecraft/class_2002named net/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) intgetPos()intvoidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf)
-
Field Details
-
entityId
private int entityId- Mappings:
Namespace Name Mixin selector official aLit;a:Iintermediary field_8572Lnet/minecraft/class_2002;field_8572:Inamed entityIdLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;entityId:I
-
pos
- Mappings:
Namespace Name Mixin selector official bLit;b:Ldt;intermediary field_11593Lnet/minecraft/class_2002;field_11593:Lnet/minecraft/class_2552;named posLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;pos:Lnet/minecraft/util/math/BlockPos;
-
progress
private int progress- Mappings:
Namespace Name Mixin selector official cLit;c:Iintermediary field_8576Lnet/minecraft/class_2002;field_8576:Inamed progressLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;progress:I
-
-
Constructor Details
-
BlockBreakingProgressS2CPacket
public BlockBreakingProgressS2CPacket() -
BlockBreakingProgressS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lit;<init>(ILdt;I)Vintermediary <init>Lnet/minecraft/class_2002;<init>(ILnet/minecraft/class_2552;I)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;<init>(ILnet/minecraft/util/math/BlockPos;I)V
-
-
Method Details
-
read
-
write
-
apply
- Mappings:
Namespace Name Mixin selector official aLit;a(Lik;)Vintermediary method_7675Lnet/minecraft/class_2002;method_7675(Lnet/minecraft/class_1993;)Vnamed applyLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getEntityId
- Mappings:
Namespace Name Mixin selector official aLit;a()Iintermediary method_7676Lnet/minecraft/class_2002;method_7676()Inamed getEntityIdLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getEntityId()I
-
getPos
- Mappings:
Namespace Name Mixin selector official bLit;b()Ldt;intermediary method_7678Lnet/minecraft/class_2002;method_7678()Lnet/minecraft/class_2552;named getPosLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getPos()Lnet/minecraft/util/math/BlockPos;
-
getProgress
- Mappings:
Namespace Name Mixin selector official cLit;c()Iintermediary method_7680Lnet/minecraft/class_2002;method_7680()Inamed getProgressLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getProgress()I
-