Class SignEditorOpenS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.SignEditorOpenS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacketintermediary net/minecraft/class_2693official aee
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, SignEditorOpenS2CPacket> private final booleanprivate final BlockPos -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) getPos()booleanisFront()private 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.Packet
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_47946Lnet/minecraft/class_2693;field_47946:Lnet/minecraft/class_9139;official aLaee;a:Lze;
-
pos
- Mappings:
Namespace Name Mixin selector named posLnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;pos:Lnet/minecraft/util/math/BlockPos;intermediary field_12325Lnet/minecraft/class_2693;field_12325:Lnet/minecraft/class_2338;official bLaee;b:Liw;
-
front
private final boolean front- Mappings:
Namespace Name Mixin selector named frontLnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;front:Zintermediary field_43387Lnet/minecraft/class_2693;field_43387:Zofficial cLaee;c:Z
-
-
Constructor Details
-
SignEditorOpenS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;<init>(Lnet/minecraft/util/math/BlockPos;Z)Vintermediary <init>Lnet/minecraft/class_2693;<init>(Lnet/minecraft/class_2338;Z)Vofficial <init>Laee;<init>(Liw;Z)V
-
SignEditorOpenS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)Vintermediary <init>Lnet/minecraft/class_2693;<init>(Lnet/minecraft/class_2540;)Vofficial <init>Laee;<init>(Lvy;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named writeLnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)Vintermediary method_55895Lnet/minecraft/class_2693;method_55895(Lnet/minecraft/class_2540;)Vofficial aLaee;a(Lvy;)V
-
getPacketType
- Specified by:
getPacketTypein interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector named getPacketTypeLnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;intermediary method_65080Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;official aLzo;a()Lzq;
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector named applyLnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)Vintermediary method_11676Lnet/minecraft/class_2693;method_11676(Lnet/minecraft/class_2602;)Vofficial aLaee;a(Lacf;)V
-
getPos
- Mappings:
Namespace Name Mixin selector named getPosLnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;getPos()Lnet/minecraft/util/math/BlockPos;intermediary method_11677Lnet/minecraft/class_2693;method_11677()Lnet/minecraft/class_2338;official bLaee;b()Liw;
-
isFront
public boolean isFront()- Mappings:
Namespace Name Mixin selector named isFrontLnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;isFront()Zintermediary method_49995Lnet/minecraft/class_2693;method_49995()Zofficial eLaee;e()Z
-