Record Class DebugGameTestClearCustomPayload

java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.custom.DebugGameTestClearCustomPayload
All Implemented Interfaces:
CustomPayload

public record DebugGameTestClearCustomPayload() extends Record implements CustomPayload
Mappings:
Namespace Name
official zd
intermediary net/minecraft/class_8715
named net/minecraft/network/packet/s2c/custom/DebugGameTestClearCustomPayload
  • Field Details

    • field_48666

      public static final PacketCodec<PacketByteBuf,DebugGameTestClearCustomPayload> field_48666
      Mappings:
      Namespace Name Mixin selector
      official a Lzd;a:Lxo;
      intermediary field_48666 Lnet/minecraft/class_8715;field_48666:Lnet/minecraft/class_9139;
      named field_48666 Lnet/minecraft/network/packet/s2c/custom/DebugGameTestClearCustomPayload;field_48666:Lnet/minecraft/network/codec/PacketCodec;
    • field_48667

      public static final CustomPayload.Type<DebugGameTestClearCustomPayload> field_48667
      Mappings:
      Namespace Name Mixin selector
      official b Lzd;b:Lyy$b;
      intermediary field_48667 Lnet/minecraft/class_8715;field_48667:Lnet/minecraft/class_8710$class_9154;
      named field_48667 Lnet/minecraft/network/packet/s2c/custom/DebugGameTestClearCustomPayload;field_48667:Lnet/minecraft/network/packet/CustomPayload$Type;
  • Constructor Details

    • DebugGameTestClearCustomPayload

      private DebugGameTestClearCustomPayload(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lzd;<init>(Luq;)V
      intermediary <init> Lnet/minecraft/class_8715;<init>(Lnet/minecraft/class_2540;)V
      named <init> Lnet/minecraft/network/packet/s2c/custom/DebugGameTestClearCustomPayload;<init>(Lnet/minecraft/network/PacketByteBuf;)V
    • DebugGameTestClearCustomPayload

      public DebugGameTestClearCustomPayload()
      Creates an instance of a DebugGameTestClearCustomPayload record class.
  • Method Details

    • method_56496

      private void method_56496(PacketByteBuf packetByteBuf)
      Mappings:
      Namespace Name Mixin selector
      official a Lzd;a(Luq;)V
      intermediary method_56496 Lnet/minecraft/class_8715;method_56496(Lnet/minecraft/class_2540;)V
      named method_56496 Lnet/minecraft/network/packet/s2c/custom/DebugGameTestClearCustomPayload;method_56496(Lnet/minecraft/network/PacketByteBuf;)V
    • getKey

      Specified by:
      getKey in interface CustomPayload
      Mappings:
      Namespace Name Mixin selector
      official a Lyy;a()Lyy$b;
      intermediary method_56479 Lnet/minecraft/class_8710;method_56479()Lnet/minecraft/class_8710$class_9154;
      named getKey Lnet/minecraft/network/packet/CustomPayload;getKey()Lnet/minecraft/network/packet/CustomPayload$Type;
    • 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.
      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.