Package net.minecraft

Record Class class_9782

java.lang.Object
java.lang.Record
net.minecraft.class_9782
Record Components:
entries -

public record class_9782(List<class_9782.class_9783> entries) extends Record
Mappings:
Namespace Name
named net/minecraft/class_9782
intermediary net/minecraft/class_9782
official ali
named entries
intermediary comp_2826
official c
  • Field Details

    • entries

      private final List<class_9782.class_9783> entries
      The field for the entries record component.
    • field_51977

      public static final class_9782 field_51977
      Mappings:
      Namespace Name Mixin selector
      named field_51977 Lnet/minecraft/class_9782;field_51977:Lnet/minecraft/class_9782;
      intermediary field_51977 Lnet/minecraft/class_9782;field_51977:Lnet/minecraft/class_9782;
      official a Lali;a:Lali;
    • field_51978

      public static final PacketCodec<ByteBuf,class_9782> field_51978
      Mappings:
      Namespace Name Mixin selector
      named field_51978 Lnet/minecraft/class_9782;field_51978:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_51978 Lnet/minecraft/class_9782;field_51978:Lnet/minecraft/class_9139;
      official b Lali;b:Lyw;
  • Constructor Details

  • Method Details

    • method_60657

      public boolean method_60657()
      Mappings:
      Namespace Name Mixin selector
      named method_60657 Lnet/minecraft/class_9782;method_60657()Z
      intermediary method_60657 Lnet/minecraft/class_9782;method_60657()Z
      official a Lali;a()Z
    • method_60658

      public Optional<class_9782.class_9783> method_60658(class_9782.class_9784 class_9784)
      Mappings:
      Namespace Name Mixin selector
      named method_60658 Lnet/minecraft/class_9782;method_60658(Lnet/minecraft/class_9782$class_9784;)Ljava/util/Optional;
      intermediary method_60658 Lnet/minecraft/class_9782;method_60658(Lnet/minecraft/class_9782$class_9784;)Ljava/util/Optional;
      official a Lali;a(Lali$b;)Ljava/util/Optional;
    • 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.
    • entries

      public List<class_9782.class_9783> entries()
      Returns the value of the entries record component.
      Returns:
      the value of the entries record component