Record Class EntryLoader.class_6822<E>

java.lang.Object
java.lang.Record
net.minecraft.util.dynamic.EntryLoader.class_6822<E>
Record Components:
value -
fixedId -
Enclosing interface:
EntryLoader

public static record EntryLoader.class_6822<E>(E value, OptionalInt fixedId) extends Record
Mappings:
Namespace Name
official xy$b
intermediary net/minecraft/class_5506$class_6822
named net/minecraft/util/dynamic/EntryLoader$class_6822
official a
intermediary comp_299
named value
official b
intermediary comp_300
named fixedId
  • Field Details

    • value

      private final E value
      The field for the value record component.
    • fixedId

      private final OptionalInt fixedId
      The field for the fixedId record component.
  • Constructor Details

    • class_6822

      public class_6822(E e, OptionalInt optionalInt)
  • Method Details

    • method_39750

      public static <E> EntryLoader.class_6822<E> method_39750(E e)
      Mappings:
      Namespace Name Mixin selector
      official a Lxy$b;a(Ljava/lang/Object;)Lxy$b;
      intermediary method_39750 Lnet/minecraft/class_5506$class_6822;method_39750(Ljava/lang/Object;)Lnet/minecraft/class_5506$class_6822;
      named method_39750 Lnet/minecraft/util/dynamic/EntryLoader$class_6822;method_39750(Ljava/lang/Object;)Lnet/minecraft/util/dynamic/EntryLoader$class_6822;
    • method_39751

      public static <E> EntryLoader.class_6822<E> method_39751(E e, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lxy$b;a(Ljava/lang/Object;I)Lxy$b;
      intermediary method_39751 Lnet/minecraft/class_5506$class_6822;method_39751(Ljava/lang/Object;I)Lnet/minecraft/class_5506$class_6822;
      named method_39751 Lnet/minecraft/util/dynamic/EntryLoader$class_6822;method_39751(Ljava/lang/Object;I)Lnet/minecraft/util/dynamic/EntryLoader$class_6822;
    • 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.
    • value

      public E value()
      Returns the value of the value record component.
      Returns:
      the value of the value record component
    • fixedId

      public OptionalInt fixedId()
      Returns the value of the fixedId record component.
      Returns:
      the value of the fixedId record component