Class SignEditorOpenS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.SignEditorOpenS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class SignEditorOpenS2CPacket extends Object implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official qw
intermediary net/minecraft/class_2693
named net/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SignEditorOpenS2CPacket()
SignEditorOpenS2CPacket(BlockPos pos)
-
Method Summary
Modifier and Type Method Description void
apply(ClientPlayPacketListener clientPlayPacketListener)
BlockPos
getPos()
void
read(PacketByteBuf buf)
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
isWritingErrorSkippable
-
Field Details
-
pos
- Mappings:
Namespace Name Mixin selector official a
Lqw;a:Lfx;
intermediary field_12325
Lnet/minecraft/class_2693;field_12325:Lnet/minecraft/class_2338;
named pos
Lnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;pos:Lnet/minecraft/util/math/BlockPos;
-
-
Constructor Details
-
SignEditorOpenS2CPacket
public SignEditorOpenS2CPacket() -
SignEditorOpenS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lqw;<init>(Lfx;)V
intermediary <init>
Lnet/minecraft/class_2693;<init>(Lnet/minecraft/class_2338;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;<init>(Lnet/minecraft/util/math/BlockPos;)V
-
-
Method Details
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lqw;a(Lpd;)V
intermediary method_11676
Lnet/minecraft/class_2693;method_11676(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
read
- Specified by:
read
in interfacePacket<ClientPlayPacketListener>
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official a
Lpa;a(Lnw;)V
intermediary method_11053
Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)V
named read
Lnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
-
write
- Specified by:
write
in interfacePacket<ClientPlayPacketListener>
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official b
Lpa;b(Lnw;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
getPos
- Mappings:
Namespace Name Mixin selector official b
Lqw;b()Lfx;
intermediary method_11677
Lnet/minecraft/class_2693;method_11677()Lnet/minecraft/class_2338;
named getPos
Lnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;getPos()Lnet/minecraft/util/math/BlockPos;
-