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 Details

    • pos

      private BlockPos 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

      public void read​(PacketByteBuf buf) throws IOException
      Specified by:
      read in interface Packet<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

      public void write​(PacketByteBuf buf) throws IOException
      Specified by:
      write in interface Packet<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

      public void apply​(ServerPlayPacketListener serverPlayPacketListener)
      Specified by:
      apply in interface Packet<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

      public BlockPos 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