Package net.minecraft

Record Class class_8596

java.lang.Object
java.lang.Record
net.minecraft.class_8596
All Implemented Interfaces:
class_8594

public record class_8596() extends Record implements class_8594
Mappings:
Namespace Name
official adk
intermediary net/minecraft/class_8596
named net/minecraft/class_8596
  • Field Details

    • field_44980

      public static final class_8596 field_44980
      Mappings:
      Namespace Name Mixin selector
      official a Ladk;a:Ladk;
      intermediary field_44980 Lnet/minecraft/class_8596;field_44980:Lnet/minecraft/class_8596;
      named field_44980 Lnet/minecraft/class_8596;field_44980:Lnet/minecraft/class_8596;
  • Constructor Details

    • class_8596

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

    • method_52295

      public void method_52295(PacketByteBuf packetByteBuf)
      Specified by:
      method_52295 in interface class_8594
      Mappings:
      Namespace Name Mixin selector
      official a Ladi;a(Lsh;)V
      intermediary method_52295 Lnet/minecraft/class_8594;method_52295(Lnet/minecraft/class_2540;)V
      named method_52295 Lnet/minecraft/class_8594;method_52295(Lnet/minecraft/network/PacketByteBuf;)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.
      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.