Record Class CustomPayloadC2SPacket

java.lang.Object
java.lang.Record
net.minecraft.network.packet.c2s.play.CustomPayloadC2SPacket
Record Components:
data -
All Implemented Interfaces:
Packet<class_8706>

public record CustomPayloadC2SPacket(class_8710 data) extends Record implements Packet<class_8706>
Mappings:
Namespace Name
official vh
intermediary net/minecraft/class_2817
named net/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket
official a
intermediary comp_1647
named data
  • Field Details

    • data

      private final class_8710 data
      The field for the data record component.
    • MAX_PAYLOAD_SIZE

      private static final int MAX_PAYLOAD_SIZE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lvh;b:I
      intermediary field_33361 Lnet/minecraft/class_2817;field_33361:I
      named MAX_PAYLOAD_SIZE Lnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;MAX_PAYLOAD_SIZE:I
    • field_45694

      private static final Map<Identifier,PacketByteBuf.PacketReader<? extends class_8710>> field_45694
      Mappings:
      Namespace Name Mixin selector
      official c Lvh;c:Ljava/util/Map;
      intermediary field_45694 Lnet/minecraft/class_2817;field_45694:Ljava/util/Map;
      named field_45694 Lnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;field_45694:Ljava/util/Map;
  • Constructor Details

    • CustomPayloadC2SPacket

      public CustomPayloadC2SPacket(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lvh;<init>(Lsh;)V
      intermediary <init> Lnet/minecraft/class_2817;<init>(Lnet/minecraft/class_2540;)V
      named <init> Lnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
    • CustomPayloadC2SPacket

      public CustomPayloadC2SPacket(class_8710 class_8710)
  • Method Details

    • method_53026

      private static class_8710 method_53026(Identifier identifier, PacketByteBuf packetByteBuf)
      Mappings:
      Namespace Name Mixin selector
      official a Lvh;a(Laep;Lsh;)Lvo;
      intermediary method_53026 Lnet/minecraft/class_2817;method_53026(Lnet/minecraft/class_2960;Lnet/minecraft/class_2540;)Lnet/minecraft/class_8710;
      named method_53026 Lnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;method_53026(Lnet/minecraft/util/Identifier;Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/class_8710;
    • method_53027

      private static class_8711 method_53027(Identifier identifier, PacketByteBuf packetByteBuf)
      Mappings:
      Namespace Name Mixin selector
      official b Lvh;b(Laep;Lsh;)Lvp;
      intermediary method_53027 Lnet/minecraft/class_2817;method_53027(Lnet/minecraft/class_2960;Lnet/minecraft/class_2540;)Lnet/minecraft/class_8711;
      named method_53027 Lnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;method_53027(Lnet/minecraft/util/Identifier;Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/class_8711;
    • write

      public void write(PacketByteBuf buf)
      Specified by:
      write in interface Packet<class_8706>
      Mappings:
      Namespace Name Mixin selector
      official a Luw;a(Lsh;)V
      intermediary method_11052 Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
      named write Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
    • apply

      public void apply(class_8706 class_8706)
      Specified by:
      apply in interface Packet<class_8706>
      Mappings:
      Namespace Name Mixin selector
      official a Lvh;a(Lvg;)V
      intermediary method_12199 Lnet/minecraft/class_2817;method_12199(Lnet/minecraft/class_8706;)V
      named apply Lnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;apply(Lnet/minecraft/class_8706;)V
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • data

      public class_8710 data()
      Returns the value of the data record component.
      Returns:
      the value of the data record component