Class JigsawGeneratingC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.JigsawGeneratingC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
public class JigsawGeneratingC2SPacket extends Object implements Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official ti
intermediary net/minecraft/class_5194
named net/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket
-
Field Summary
Fields Modifier and Type Field Description private boolean
keepJigsaws
private int
maxDepth
private BlockPos
pos
-
Constructor Summary
Constructors Constructor Description JigsawGeneratingC2SPacket()
JigsawGeneratingC2SPacket(BlockPos pos, int maxDepth, boolean keepJigsaws)
-
Method Summary
Modifier and Type Method Description void
apply(ServerPlayPacketListener serverPlayPacketListener)
int
getMaxDepth()
BlockPos
getPos()
void
read(PacketByteBuf buf)
boolean
shouldKeepJigsaws()
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
Lti;a:Lfx;
intermediary field_24054
Lnet/minecraft/class_5194;field_24054:Lnet/minecraft/class_2338;
named pos
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;pos:Lnet/minecraft/util/math/BlockPos;
-
maxDepth
private int maxDepth- Mappings:
Namespace Name Mixin selector official b
Lti;b:I
intermediary field_24055
Lnet/minecraft/class_5194;field_24055:I
named maxDepth
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;maxDepth:I
-
keepJigsaws
private boolean keepJigsaws- Mappings:
Namespace Name Mixin selector official c
Lti;c:Z
intermediary field_25323
Lnet/minecraft/class_5194;field_25323:Z
named keepJigsaws
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;keepJigsaws:Z
-
-
Constructor Details
-
JigsawGeneratingC2SPacket
public JigsawGeneratingC2SPacket() -
JigsawGeneratingC2SPacket
@Environment(CLIENT) public JigsawGeneratingC2SPacket(BlockPos pos, int maxDepth, boolean keepJigsaws)- Mappings:
Namespace Name Mixin selector official <init>
Lti;<init>(Lfx;IZ)V
intermediary <init>
Lnet/minecraft/class_5194;<init>(Lnet/minecraft/class_2338;IZ)V
named <init>
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;<init>(Lnet/minecraft/util/math/BlockPos;IZ)V
-
-
Method Details
-
read
- Specified by:
read
in interfacePacket<ServerPlayPacketListener>
- 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<ServerPlayPacketListener>
- 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
-
apply
- Specified by:
apply
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lti;a(Lss;)V
intermediary method_27274
Lnet/minecraft/class_5194;method_27274(Lnet/minecraft/class_2792;)V
named apply
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getPos
- Mappings:
Namespace Name Mixin selector official b
Lti;b()Lfx;
intermediary method_27275
Lnet/minecraft/class_5194;method_27275()Lnet/minecraft/class_2338;
named getPos
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;getPos()Lnet/minecraft/util/math/BlockPos;
-
getMaxDepth
public int getMaxDepth()- Mappings:
Namespace Name Mixin selector official c
Lti;c()I
intermediary method_27276
Lnet/minecraft/class_5194;method_27276()I
named getMaxDepth
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;getMaxDepth()I
-
shouldKeepJigsaws
public boolean shouldKeepJigsaws()- Mappings:
Namespace Name Mixin selector official d
Lti;d()Z
intermediary method_29446
Lnet/minecraft/class_5194;method_29446()Z
named shouldKeepJigsaws
Lnet/minecraft/network/packet/c2s/play/JigsawGeneratingC2SPacket;shouldKeepJigsaws()Z
-