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 vl
intermediary net/minecraft/class_2620
named net/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) int
getPos()
int
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
-
Field Details
-
entityId
private final int entityId- Mappings:
Namespace Name Mixin selector official a
Lvl;a:I
intermediary field_12033
Lnet/minecraft/class_2620;field_12033:I
named entityId
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;entityId:I
-
pos
- Mappings:
Namespace Name Mixin selector official b
Lvl;b:Lgt;
intermediary field_12034
Lnet/minecraft/class_2620;field_12034:Lnet/minecraft/class_2338;
named pos
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;pos:Lnet/minecraft/util/math/BlockPos;
-
progress
private final int progress- Mappings:
Namespace Name Mixin selector official c
Lvl;c:I
intermediary field_12032
Lnet/minecraft/class_2620;field_12032:I
named progress
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;progress:I
-
-
Constructor Details
-
BlockBreakingProgressS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lvl;<init>(ILgt;I)V
intermediary <init>
Lnet/minecraft/class_2620;<init>(ILnet/minecraft/class_2338;I)V
named <init>
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;<init>(ILnet/minecraft/util/math/BlockPos;I)V
-
BlockBreakingProgressS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lvl;<init>(Lss;)V
intermediary <init>
Lnet/minecraft/class_2620;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lvb;a(Lss;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lvl;a(Lve;)V
intermediary method_11279
Lnet/minecraft/class_2620;method_11279(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getEntityId
public int getEntityId()- Mappings:
Namespace Name Mixin selector official a
Lvl;a()I
intermediary method_11280
Lnet/minecraft/class_2620;method_11280()I
named getEntityId
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getEntityId()I
-
getPos
- Mappings:
Namespace Name Mixin selector official c
Lvl;c()Lgt;
intermediary method_11277
Lnet/minecraft/class_2620;method_11277()Lnet/minecraft/class_2338;
named getPos
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getPos()Lnet/minecraft/util/math/BlockPos;
-
getProgress
public int getProgress()- Mappings:
Namespace Name Mixin selector official d
Lvl;d()I
intermediary method_11278
Lnet/minecraft/class_2620;method_11278()I
named getProgress
Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;getProgress()I
-