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 qwintermediary net/minecraft/class_2693named 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 voidapply(ClientPlayPacketListener clientPlayPacketListener)BlockPosgetPos()voidread(PacketByteBuf buf)voidwrite(PacketByteBuf buf)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Field Details
-
pos
- Mappings:
Namespace Name Mixin selector official aLqw;a:Lfx;intermediary field_12325Lnet/minecraft/class_2693;field_12325:Lnet/minecraft/class_2338;named posLnet/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;)Vintermediary <init>Lnet/minecraft/class_2693;<init>(Lnet/minecraft/class_2338;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;<init>(Lnet/minecraft/util/math/BlockPos;)V
-
-
Method Details
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLqw;a(Lpd;)Vintermediary method_11676Lnet/minecraft/class_2693;method_11676(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
read
- Specified by:
readin interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLpa;a(Lnw;)Vintermediary method_11053Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLpa;b(Lnw;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
getPos
- Mappings:
Namespace Name Mixin selector official bLqw;b()Lfx;intermediary method_11677Lnet/minecraft/class_2693;method_11677()Lnet/minecraft/class_2338;named getPosLnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;getPos()Lnet/minecraft/util/math/BlockPos;
-