Class JigsawGeneratingC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.JigsawGeneratingC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket
intermediary net/minecraft/class_5194
official ahs
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, JigsawGeneratingC2SPacket> private final boolean
private final int
private final BlockPos
-
Constructor Summary
ModifierConstructorDescriptionprivate
JigsawGeneratingC2SPacket
(BlockPos pos, int maxDepth, boolean keepJigsaws) -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) int
getPos()
boolean
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/c2s/play/JigsawGeneratingC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_48196
Lnet/minecraft/class_5194;field_48196:Lnet/minecraft/class_9139;
official a
Lahs;a:Lzn;
-
pos
- Mappings:
Namespace Name Mixin selector named pos
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;pos:Lnet/minecraft/util/math/BlockPos;
intermediary field_24054
Lnet/minecraft/class_5194;field_24054:Lnet/minecraft/class_2338;
official b
Lahs;b:Liz;
-
maxDepth
private final int maxDepth- Mappings:
Namespace Name Mixin selector named maxDepth
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;maxDepth:I
intermediary field_24055
Lnet/minecraft/class_5194;field_24055:I
official c
Lahs;c:I
-
keepJigsaws
private final boolean keepJigsaws- Mappings:
Namespace Name Mixin selector named keepJigsaws
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;keepJigsaws:Z
intermediary field_25323
Lnet/minecraft/class_5194;field_25323:Z
official d
Lahs;d:Z
-
-
Constructor Details
-
JigsawGeneratingC2SPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;<init>(Lnet/minecraft/util/math/BlockPos;IZ)V
intermediary <init>
Lnet/minecraft/class_5194;<init>(Lnet/minecraft/class_2338;IZ)V
official <init>
Lahs;<init>(Liz;IZ)V
-
JigsawGeneratingC2SPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
intermediary <init>
Lnet/minecraft/class_5194;<init>(Lnet/minecraft/class_2540;)V
official <init>
Lahs;<init>(Lwm;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_55977
Lnet/minecraft/class_5194;method_55977(Lnet/minecraft/class_2540;)V
official a
Lahs;a(Lwm;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ServerPlayPacketListener>
- 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<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
intermediary method_27274
Lnet/minecraft/class_5194;method_27274(Lnet/minecraft/class_2792;)V
official a
Lahs;a(Lagw;)V
-
getPos
- Mappings:
Namespace Name Mixin selector named getPos
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;getPos()Lnet/minecraft/util/math/BlockPos;
intermediary method_27275
Lnet/minecraft/class_5194;method_27275()Lnet/minecraft/class_2338;
official b
Lahs;b()Liz;
-
getMaxDepth
public int getMaxDepth()- Mappings:
Namespace Name Mixin selector named getMaxDepth
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;getMaxDepth()I
intermediary method_27276
Lnet/minecraft/class_5194;method_27276()I
official e
Lahs;e()I
-
shouldKeepJigsaws
public boolean shouldKeepJigsaws()- Mappings:
Namespace Name Mixin selector named shouldKeepJigsaws
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;shouldKeepJigsaws()Z
intermediary method_29446
Lnet/minecraft/class_5194;method_29446()Z
official f
Lahs;f()Z
-