Class UpdateJigsawC2SPacket

java.lang.Object
net.minecraft.network.packet.c2s.play.UpdateJigsawC2SPacket
All Implemented Interfaces:
Packet<ServerPlayPacketListener>

public class UpdateJigsawC2SPacket extends Object implements Packet<ServerPlayPacketListener>
Mappings:
Namespace Name
official aah
intermediary net/minecraft/class_3753
named net/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket
  • Field Details

    • pos

      private final BlockPos pos
      Mappings:
      Namespace Name Mixin selector
      official a Laah;a:Lgp;
      intermediary field_16565 Lnet/minecraft/class_3753;field_16565:Lnet/minecraft/class_2338;
      named pos Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;pos:Lnet/minecraft/util/math/BlockPos;
    • name

      private final Identifier name
      Mappings:
      Namespace Name Mixin selector
      official b Laah;b:Lacf;
      intermediary field_16563 Lnet/minecraft/class_3753;field_16563:Lnet/minecraft/class_2960;
      named name Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;name:Lnet/minecraft/util/Identifier;
    • target

      private final Identifier target
      Mappings:
      Namespace Name Mixin selector
      official c Laah;c:Lacf;
      intermediary field_16566 Lnet/minecraft/class_3753;field_16566:Lnet/minecraft/class_2960;
      named target Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;target:Lnet/minecraft/util/Identifier;
    • pool

      private final Identifier pool
      Mappings:
      Namespace Name Mixin selector
      official d Laah;d:Lacf;
      intermediary field_23401 Lnet/minecraft/class_3753;field_23401:Lnet/minecraft/class_2960;
      named pool Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;pool:Lnet/minecraft/util/Identifier;
    • finalState

      private final String finalState
      Mappings:
      Namespace Name Mixin selector
      official e Laah;e:Ljava/lang/String;
      intermediary field_16564 Lnet/minecraft/class_3753;field_16564:Ljava/lang/String;
      named finalState Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;finalState:Ljava/lang/String;
    • jointType

      private final JigsawBlockEntity.Joint jointType
      Mappings:
      Namespace Name Mixin selector
      official f Laah;f:Lcxg$a;
      intermediary field_23402 Lnet/minecraft/class_3753;field_23402:Lnet/minecraft/class_3751$class_4991;
      named jointType Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;jointType:Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;
  • Constructor Details

    • UpdateJigsawC2SPacket

      public UpdateJigsawC2SPacket(BlockPos pos, Identifier name, Identifier target, Identifier pool, String finalState, JigsawBlockEntity.Joint jointType)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laah;<init>(Lgp;Lacf;Lacf;Lacf;Ljava/lang/String;Lcxg$a;)V
      intermediary <init> Lnet/minecraft/class_3753;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Ljava/lang/String;Lnet/minecraft/class_3751$class_4991;)V
      named <init> Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Ljava/lang/String;Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;)V
    • UpdateJigsawC2SPacket

      public UpdateJigsawC2SPacket(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laah;<init>(Lsd;)V
      intermediary <init> Lnet/minecraft/class_3753;<init>(Lnet/minecraft/class_2540;)V
      named <init> Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
  • Method Details

    • write

      public void write(PacketByteBuf buf)
      Specified by:
      write in interface Packet<ServerPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Luh;a(Lsd;)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 Laah;a(Lyq;)V
      intermediary method_16392 Lnet/minecraft/class_3753;method_16392(Lnet/minecraft/class_2792;)V
      named apply Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
    • getPos

      public BlockPos getPos()
      Mappings:
      Namespace Name Mixin selector
      official b Laah;b()Lgp;
      intermediary method_16396 Lnet/minecraft/class_3753;method_16396()Lnet/minecraft/class_2338;
      named getPos Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getPos()Lnet/minecraft/util/math/BlockPos;
    • getName

      public Identifier getName()
      Mappings:
      Namespace Name Mixin selector
      official c Laah;c()Lacf;
      intermediary method_16395 Lnet/minecraft/class_3753;method_16395()Lnet/minecraft/class_2960;
      named getName Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getName()Lnet/minecraft/util/Identifier;
    • getTarget

      public Identifier getTarget()
      Mappings:
      Namespace Name Mixin selector
      official d Laah;d()Lacf;
      intermediary method_16394 Lnet/minecraft/class_3753;method_16394()Lnet/minecraft/class_2960;
      named getTarget Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getTarget()Lnet/minecraft/util/Identifier;
    • getPool

      public Identifier getPool()
      Mappings:
      Namespace Name Mixin selector
      official e Laah;e()Lacf;
      intermediary method_26435 Lnet/minecraft/class_3753;method_26435()Lnet/minecraft/class_2960;
      named getPool Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getPool()Lnet/minecraft/util/Identifier;
    • getFinalState

      public String getFinalState()
      Mappings:
      Namespace Name Mixin selector
      official f Laah;f()Ljava/lang/String;
      intermediary method_16393 Lnet/minecraft/class_3753;method_16393()Ljava/lang/String;
      named getFinalState Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getFinalState()Ljava/lang/String;
    • getJointType

      public JigsawBlockEntity.Joint getJointType()
      Mappings:
      Namespace Name Mixin selector
      official g Laah;g()Lcxg$a;
      intermediary method_26436 Lnet/minecraft/class_3753;method_26436()Lnet/minecraft/class_3751$class_4991;
      named getJointType Lnet/minecraft/network/packet/c2s/play/UpdateJigsawC2SPacket;getJointType()Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;