Class BlockEntityUpdateS2CPacket

java.lang.Object
net.minecraft.network.Packet
net.minecraft.network.packet.s2c.play.BlockEntityUpdateS2CPacket

public class BlockEntityUpdateS2CPacket extends Packet
Mappings:
Namespace Name
official fv
intermediary net/minecraft/class_2003
named net/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket
  • Field Details

    • field_8577

      private int field_8577
      Mappings:
      Namespace Name Mixin selector
      official a Lfv;a:I
      intermediary field_8577 Lnet/minecraft/class_2003;field_8577:I
      named field_8577 Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;field_8577:I
    • field_8578

      private int field_8578
      Mappings:
      Namespace Name Mixin selector
      official b Lfv;b:I
      intermediary field_8578 Lnet/minecraft/class_2003;field_8578:I
      named field_8578 Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;field_8578:I
    • field_8579

      private int field_8579
      Mappings:
      Namespace Name Mixin selector
      official c Lfv;c:I
      intermediary field_8579 Lnet/minecraft/class_2003;field_8579:I
      named field_8579 Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;field_8579:I
    • blockEntityId

      private int blockEntityId
      Mappings:
      Namespace Name Mixin selector
      official d Lfv;d:I
      intermediary field_8580 Lnet/minecraft/class_2003;field_8580:I
      named blockEntityId Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;blockEntityId:I
    • nbt

      private NbtCompound nbt
      Mappings:
      Namespace Name Mixin selector
      official e Lfv;e:Ldg;
      intermediary field_8581 Lnet/minecraft/class_2003;field_8581:Lnet/minecraft/class_322;
      named nbt Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;nbt:Lnet/minecraft/nbt/NbtCompound;
  • Constructor Details

    • BlockEntityUpdateS2CPacket

      public BlockEntityUpdateS2CPacket()
    • BlockEntityUpdateS2CPacket

      public BlockEntityUpdateS2CPacket(int int2, int int3, int int4, int int5, NbtCompound nbtCompound)
  • Method Details

    • read

      public void read(PacketByteBuf buf)
      Specified by:
      read in class Packet
      Mappings:
      Namespace Name Mixin selector
      official a Lfj;a(Leo;)V
      intermediary method_7535 Lnet/minecraft/class_700;method_7535(Lnet/minecraft/class_1967;)V
      named read Lnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
    • write

      public void write(PacketByteBuf buf)
      Specified by:
      write in class Packet
      Mappings:
      Namespace Name Mixin selector
      official b Lfj;b(Leo;)V
      intermediary method_7539 Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)V
      named write Lnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
    • apply

      public void apply(ClientPlayPacketListener clientPlayPacketListener)
      Mappings:
      Namespace Name Mixin selector
      official a Lfv;a(Lfl;)V
      intermediary method_7681 Lnet/minecraft/class_2003;method_7681(Lnet/minecraft/class_1993;)V
      named apply Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
    • method_7682

      @Environment(CLIENT) public int method_7682()
      Mappings:
      Namespace Name Mixin selector
      official c Lfv;c()I
      intermediary method_7682 Lnet/minecraft/class_2003;method_7682()I
      named method_7682 Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;method_7682()I
    • method_7683

      @Environment(CLIENT) public int method_7683()
      Mappings:
      Namespace Name Mixin selector
      official d Lfv;d()I
      intermediary method_7683 Lnet/minecraft/class_2003;method_7683()I
      named method_7683 Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;method_7683()I
    • method_7684

      @Environment(CLIENT) public int method_7684()
      Mappings:
      Namespace Name Mixin selector
      official e Lfv;e()I
      intermediary method_7684 Lnet/minecraft/class_2003;method_7684()I
      named method_7684 Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;method_7684()I
    • getBlockEntityId

      @Environment(CLIENT) public int getBlockEntityId()
      Mappings:
      Namespace Name Mixin selector
      official f Lfv;f()I
      intermediary method_7685 Lnet/minecraft/class_2003;method_7685()I
      named getBlockEntityId Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;getBlockEntityId()I
    • getNbt

      @Environment(CLIENT) public NbtCompound getNbt()
      Mappings:
      Namespace Name Mixin selector
      official g Lfv;g()Ldg;
      intermediary method_7686 Lnet/minecraft/class_2003;method_7686()Lnet/minecraft/class_322;
      named getNbt Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;getNbt()Lnet/minecraft/nbt/NbtCompound;