Package net.minecraft

Record Class class_7737.class_7742<T>

java.lang.Object
java.lang.Record
net.minecraft.class_7737.class_7742<T>
Record Components:
tag -
All Implemented Interfaces:
Predicate<RegistryEntry<T>>, class_7737.class_7741<T>
Enclosing class:
class_7737<T>

private static record class_7737.class_7742<T>(RegistryEntryList.Named<T> tag) extends Record implements class_7737.class_7741<T>
Mappings:
Namespace Name
official eo$d
intermediary net/minecraft/class_7737$class_7742
named net/minecraft/class_7737$class_7742
official a
intermediary comp_1024
named tag
  • Field Details

  • Constructor Details

  • Method Details

    • method_45647

      public com.mojang.datafixers.util.Either<RegistryEntry.Reference<T>,RegistryEntryList.Named<T>> method_45647()
      Specified by:
      method_45647 in interface class_7737.class_7741<T>
      Mappings:
      Namespace Name Mixin selector
      official a Leo$c;a()Lcom/mojang/datafixers/util/Either;
      intermediary method_45647 Lnet/minecraft/class_7737$class_7741;method_45647()Lcom/mojang/datafixers/util/Either;
      named method_45647 Lnet/minecraft/class_7737$class_7741;method_45647()Lcom/mojang/datafixers/util/Either;
    • method_45648

      public <E> Optional<class_7737.class_7741<E>> method_45648(RegistryKey<? extends Registry<E>> registryKey)
      Specified by:
      method_45648 in interface class_7737.class_7741<T>
      Mappings:
      Namespace Name Mixin selector
      official a Leo$c;a(Labu;)Ljava/util/Optional;
      intermediary method_45648 Lnet/minecraft/class_7737$class_7741;method_45648(Lnet/minecraft/class_5321;)Ljava/util/Optional;
      named method_45648 Lnet/minecraft/class_7737$class_7741;method_45648(Lnet/minecraft/util/registry/RegistryKey;)Ljava/util/Optional;
    • test

      public boolean test(RegistryEntry<T> registryEntry)
      Specified by:
      test in interface Predicate<T>
      Mappings:
      Namespace Name Mixin selector
      official a Leo$d;a(Lha;)Z
      intermediary method_45651 Lnet/minecraft/class_7737$class_7742;method_45651(Lnet/minecraft/class_6880;)Z
      named test Lnet/minecraft/class_7737$class_7742;test(Lnet/minecraft/util/registry/RegistryEntry;)Z
    • method_45650

      public String method_45650()
      Specified by:
      method_45650 in interface class_7737.class_7741<T>
      Mappings:
      Namespace Name Mixin selector
      official b Leo$c;b()Ljava/lang/String;
      intermediary method_45650 Lnet/minecraft/class_7737$class_7741;method_45650()Ljava/lang/String;
      named method_45650 Lnet/minecraft/class_7737$class_7741;method_45650()Ljava/lang/String;
    • 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.
    • tag

      public RegistryEntryList.Named<T> tag()
      Returns the value of the tag record component.
      Returns:
      the value of the tag record component