Package net.minecraft
Record Class class_7737.class_7740<T>
java.lang.Object
java.lang.Record
net.minecraft.class_7737.class_7740<T>
- Record Components:
value-
- All Implemented Interfaces:
Predicate<RegistryEntry<T>>,class_7737.class_7741<T>
- Enclosing class:
class_7737<T>
private static record class_7737.class_7740<T>(RegistryEntry.Reference<T> value)
extends Record
implements class_7737.class_7741<T>
- Mappings:
Namespace Name official eo$bintermediary net/minecraft/class_7737$class_7740named net/minecraft/class_7737$class_7740official aintermediary comp_1023named value
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RegistryEntry.Reference<T>The field for thevaluerecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.com.mojang.datafixers.util.Either<RegistryEntry.Reference<T>,RegistryEntryList.Named<T>> <E> Optional<class_7737.class_7741<E>>method_45648(RegistryKey<? extends Registry<E>> registryKey) booleantest(RegistryEntry<T> registryEntry) final StringtoString()Returns a string representation of this record class.value()Returns the value of thevaluerecord component.
-
Field Details
-
value
The field for thevaluerecord component.
-
-
Constructor Details
-
class_7740
class_7740(RegistryEntry.Reference<T> reference)
-
-
Method Details
-
method_45647
public com.mojang.datafixers.util.Either<RegistryEntry.Reference<T>,RegistryEntryList.Named<T>> method_45647()- Specified by:
method_45647in interfaceclass_7737.class_7741<T>- Mappings:
Namespace Name Mixin selector official aLeo$c;a()Lcom/mojang/datafixers/util/Either;intermediary method_45647Lnet/minecraft/class_7737$class_7741;method_45647()Lcom/mojang/datafixers/util/Either;named method_45647Lnet/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_45648in interfaceclass_7737.class_7741<T>- Mappings:
Namespace Name Mixin selector official aLeo$c;a(Labu;)Ljava/util/Optional;intermediary method_45648Lnet/minecraft/class_7737$class_7741;method_45648(Lnet/minecraft/class_5321;)Ljava/util/Optional;named method_45648Lnet/minecraft/class_7737$class_7741;method_45648(Lnet/minecraft/util/registry/RegistryKey;)Ljava/util/Optional;
-
test
- Specified by:
testin interfacePredicate<T>- Mappings:
Namespace Name Mixin selector official aLeo$b;a(Lha;)Zintermediary method_45649Lnet/minecraft/class_7737$class_7740;method_45649(Lnet/minecraft/class_6880;)Znamed testLnet/minecraft/class_7737$class_7740;test(Lnet/minecraft/util/registry/RegistryEntry;)Z
-
method_45650
- Specified by:
method_45650in interfaceclass_7737.class_7741<T>- Mappings:
Namespace Name Mixin selector official bLeo$c;b()Ljava/lang/String;intermediary method_45650Lnet/minecraft/class_7737$class_7741;method_45650()Ljava/lang/String;named method_45650Lnet/minecraft/class_7737$class_7741;method_45650()Ljava/lang/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. -
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. -
equals
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 withObjects::equals(Object,Object). -
value
Returns the value of thevaluerecord component.- Returns:
- the value of the
valuerecord component
-