Class BlockBreakingProgressS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.BlockBreakingProgressS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class BlockBreakingProgressS2CPacket extends Object implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official fsintermediary net/minecraft/class_1471named net/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BlockBreakingProgressS2CPacket()BlockBreakingProgressS2CPacket(int entityId, BlockPos pos, int progress) -
Method Summary
Modifier and Type Method Description voidapply(ClientPlayPacketListener clientPlayPacketListener)intgetEntityId()BlockPosgetPos()intgetProgress()voidread(PacketByteBuf buf)voidwrite(PacketByteBuf buf)
-
Field Details
-
entityId
private int entityId- Mappings:
Namespace Name Mixin selector official aLfs;a:Iintermediary field_6112Lnet/minecraft/class_1471;field_6112:Inamed entityIdLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;entityId:I
-
pos
- Mappings:
Namespace Name Mixin selector official bLfs;b:Lcj;intermediary field_6113Lnet/minecraft/class_1471;field_6113:Lnet/minecraft/class_1372;named posLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;pos:Lnet/minecraft/util/math/BlockPos;
-
progress
private int progress- Mappings:
Namespace Name Mixin selector official cLfs;c:Iintermediary field_6114Lnet/minecraft/class_1471;field_6114:Inamed progressLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;progress:I
-
-
Constructor Details
-
BlockBreakingProgressS2CPacket
public BlockBreakingProgressS2CPacket() -
BlockBreakingProgressS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lfs;<init>(ILcj;I)Vintermediary <init>Lnet/minecraft/class_1471;<init>(ILnet/minecraft/class_1372;I)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;<init>(ILnet/minecraft/util/math/BlockPos;I)V
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLff;a(Lem;)Vintermediary method_5238Lnet/minecraft/class_1457;method_5238(Lnet/minecraft/class_1435;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLff;b(Lem;)Vintermediary method_5240Lnet/minecraft/class_1457;method_5240(Lnet/minecraft/class_1435;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLfs;a(Lfj;)Vintermediary method_5389Lnet/minecraft/class_1471;method_5389(Lnet/minecraft/class_1462;)Vnamed applyLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getEntityId
- Mappings:
Namespace Name Mixin selector official aLfs;a()Iintermediary method_5388Lnet/minecraft/class_1471;method_5388()Inamed getEntityIdLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getEntityId()I
-
getPos
- Mappings:
Namespace Name Mixin selector official bLfs;b()Lcj;intermediary method_5390Lnet/minecraft/class_1471;method_5390()Lnet/minecraft/class_1372;named getPosLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getPos()Lnet/minecraft/util/math/BlockPos;
-
getProgress
- Mappings:
Namespace Name Mixin selector official cLfs;c()Iintermediary method_5391Lnet/minecraft/class_1471;method_5391()Inamed getProgressLnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getProgress()I
-