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 named net/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket
intermediary net/minecraft/class_2620
official aco
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, BlockBreakingProgressS2CPacket> private final int
private final BlockPos
private final int
-
Constructor Summary
ModifierConstructorDescriptionBlockBreakingProgressS2CPacket
(int entityId, BlockPos pos, int progress) private
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) int
getPos()
int
private void
write
(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_47902
Lnet/minecraft/class_2620;field_47902:Lnet/minecraft/class_9139;
official a
Laco;a:Lzn;
-
entityId
private final int entityId- Mappings:
Namespace Name Mixin selector named entityId
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;entityId:I
intermediary field_12033
Lnet/minecraft/class_2620;field_12033:I
official b
Laco;b:I
-
pos
- Mappings:
Namespace Name Mixin selector named pos
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;pos:Lnet/minecraft/util/math/BlockPos;
intermediary field_12034
Lnet/minecraft/class_2620;field_12034:Lnet/minecraft/class_2338;
official c
Laco;c:Liz;
-
progress
private final int progress- Mappings:
Namespace Name Mixin selector named progress
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;progress:I
intermediary field_12032
Lnet/minecraft/class_2620;field_12032:I
official d
Laco;d:I
-
-
Constructor Details
-
BlockBreakingProgressS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;<init>(ILnet/minecraft/util/math/BlockPos;I)V
intermediary <init>
Lnet/minecraft/class_2620;<init>(ILnet/minecraft/class_2338;I)V
official <init>
Laco;<init>(ILiz;I)V
-
BlockBreakingProgressS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
intermediary <init>
Lnet/minecraft/class_2620;<init>(Lnet/minecraft/class_2540;)V
official <init>
Laco;<init>(Lwm;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_55859
Lnet/minecraft/class_2620;method_55859(Lnet/minecraft/class_2540;)V
official a
Laco;a(Lwm;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named getPacketId
Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
intermediary method_55846
Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
official a
Lzw;a()Lzy;
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
intermediary method_11279
Lnet/minecraft/class_2620;method_11279(Lnet/minecraft/class_2602;)V
official a
Laco;a(Laci;)V
-
getEntityId
public int getEntityId()- Mappings:
Namespace Name Mixin selector named getEntityId
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getEntityId()I
intermediary method_11280
Lnet/minecraft/class_2620;method_11280()I
official b
Laco;b()I
-
getPos
- Mappings:
Namespace Name Mixin selector named getPos
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getPos()Lnet/minecraft/util/math/BlockPos;
intermediary method_11277
Lnet/minecraft/class_2620;method_11277()Lnet/minecraft/class_2338;
official e
Laco;e()Liz;
-
getProgress
public int getProgress()- Mappings:
Namespace Name Mixin selector named getProgress
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getProgress()I
intermediary method_11278
Lnet/minecraft/class_2620;method_11278()I
official f
Laco;f()I
-