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/JigsawGeneratingC2SPacketintermediary net/minecraft/class_5194official ahx
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, JigsawGeneratingC2SPacket> private final booleanprivate final intprivate final BlockPos -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateJigsawGeneratingC2SPacket(BlockPos pos, int maxDepth, boolean keepJigsaws) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) intgetPos()booleanprivate 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/c2s/play/JigsawGeneratingC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_48196Lnet/minecraft/class_5194;field_48196:Lnet/minecraft/class_9139;official aLahx;a:Lze;
-
pos
- Mappings:
Namespace Name Mixin selector named posLnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;pos:Lnet/minecraft/util/math/BlockPos;intermediary field_24054Lnet/minecraft/class_5194;field_24054:Lnet/minecraft/class_2338;official bLahx;b:Liw;
-
maxDepth
private final int maxDepth- Mappings:
Namespace Name Mixin selector named maxDepthLnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;maxDepth:Iintermediary field_24055Lnet/minecraft/class_5194;field_24055:Iofficial cLahx;c:I
-
keepJigsaws
private final boolean keepJigsaws- Mappings:
Namespace Name Mixin selector named keepJigsawsLnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;keepJigsaws:Zintermediary field_25323Lnet/minecraft/class_5194;field_25323:Zofficial dLahx;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)Vintermediary <init>Lnet/minecraft/class_5194;<init>(Lnet/minecraft/class_2338;IZ)Vofficial <init>Lahx;<init>(Liw;IZ)V
-
JigsawGeneratingC2SPacket
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)Vintermediary <init>Lnet/minecraft/class_5194;<init>(Lnet/minecraft/class_2540;)Vofficial <init>Lahx;<init>(Lvy;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named writeLnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)Vintermediary method_55977Lnet/minecraft/class_5194;method_55977(Lnet/minecraft/class_2540;)Vofficial aLahx;a(Lvy;)V
-
getPacketType
- Specified by:
getPacketTypein interfacePacket<ServerPlayPacketListener>- 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<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector named applyLnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)Vintermediary method_27274Lnet/minecraft/class_5194;method_27274(Lnet/minecraft/class_2792;)Vofficial aLahx;a(Laha;)V
-
getPos
- Mappings:
Namespace Name Mixin selector named getPosLnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;getPos()Lnet/minecraft/util/math/BlockPos;intermediary method_27275Lnet/minecraft/class_5194;method_27275()Lnet/minecraft/class_2338;official bLahx;b()Liw;
-
getMaxDepth
public int getMaxDepth()- Mappings:
Namespace Name Mixin selector named getMaxDepthLnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;getMaxDepth()Iintermediary method_27276Lnet/minecraft/class_5194;method_27276()Iofficial eLahx;e()I
-
shouldKeepJigsaws
public boolean shouldKeepJigsaws()- Mappings:
Namespace Name Mixin selector named shouldKeepJigsawsLnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;shouldKeepJigsaws()Zintermediary method_29446Lnet/minecraft/class_5194;method_29446()Zofficial fLahx;f()Z
-