Class QueryBlockNbtC2SPacket

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

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

    • transactionId

      private int transactionId
      Mappings:
      Namespace Name Mixin selector
      official a Lsu;a:I
      intermediary field_12762 Lnet/minecraft/class_2795;field_12762:I
      named transactionId Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;transactionId:I
    • pos

      private BlockPos pos
      Mappings:
      Namespace Name Mixin selector
      official b Lsu;b:Lfx;
      intermediary field_12763 Lnet/minecraft/class_2795;field_12763:Lnet/minecraft/class_2338;
      named pos Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;pos:Lnet/minecraft/util/math/BlockPos;
  • Constructor Details

    • QueryBlockNbtC2SPacket

      public QueryBlockNbtC2SPacket()
    • QueryBlockNbtC2SPacket

      @Environment(CLIENT) public QueryBlockNbtC2SPacket​(int transactionId, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lsu;<init>(ILfx;)V
      intermediary <init> Lnet/minecraft/class_2795;<init>(ILnet/minecraft/class_2338;)V
      named <init> Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;<init>(ILnet/minecraft/util/math/BlockPos;)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 Lsu;a(Lss;)V
      intermediary method_12095 Lnet/minecraft/class_2795;method_12095(Lnet/minecraft/class_2792;)V
      named apply Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
    • getTransactionId

      public int getTransactionId()
      Mappings:
      Namespace Name Mixin selector
      official b Lsu;b()I
      intermediary method_12096 Lnet/minecraft/class_2795;method_12096()I
      named getTransactionId Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;getTransactionId()I
    • getPos

      public BlockPos getPos()
      Mappings:
      Namespace Name Mixin selector
      official c Lsu;c()Lfx;
      intermediary method_12094 Lnet/minecraft/class_2795;method_12094()Lnet/minecraft/class_2338;
      named getPos Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;getPos()Lnet/minecraft/util/math/BlockPos;