Package net.minecraft
Record Class class_7877.class_7878
java.lang.Object
java.lang.Record
net.minecraft.class_7877.class_7878
- Record Components:
owner-lookup-registries-registeredValues-errors-
- Enclosing class:
class_7877
private static record class_7877.class_7878(class_7877.class_7879 owner, class_7877.class_7885 lookup, Map<Identifier,class_7871<?>> registries, Map<RegistryKey<?>,class_7877.class_7881<?>> registeredValues, List<RuntimeException> errors)
extends Record
- Mappings:
Namespace Name official hn$aintermediary net/minecraft/class_7877$class_7878named net/minecraft/class_7877$class_7878official aintermediary comp_1135named ownerofficial bintermediary comp_1136named lookupofficial cintermediary comp_1137named registriesofficial dintermediary comp_1138named registeredValuesofficial eintermediary comp_1139named errors
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<RuntimeException>The field for theerrorsrecord component.private final class_7877.class_7885The field for thelookuprecord component.private final class_7877.class_7879The field for theownerrecord component.private final Map<RegistryKey<?>,class_7877.class_7881<?>> The field for theregisteredValuesrecord component.private final Map<Identifier,class_7871<?>> The field for theregistriesrecord component. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateclass_7878(class_7877.class_7879 class_7879, class_7877.class_7885 class_7885, Map<Identifier, class_7871<?>> map, Map<RegistryKey<?>, class_7877.class_7881<?>> map2, List<RuntimeException> list) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.errors()Returns the value of theerrorsrecord component.final inthashCode()Returns a hash code value for this object.lookup()Returns the value of thelookuprecord component.<T> class_7891<T>voidmethod_46793(CommandRegistryWrapper.class_7874 class_7874) voidmethod_46795(class_7876<?> class_7876) static class_7877.class_7878method_46796(DynamicRegistryManager dynamicRegistryManager, Stream<RegistryKey<? extends Registry<?>>> stream) voidvoidowner()Returns the value of theownerrecord component.Map<RegistryKey<?>,class_7877.class_7881<?>> Returns the value of theregisteredValuesrecord component.Map<Identifier,class_7871<?>> Returns the value of theregistriesrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
owner
The field for theownerrecord component. -
lookup
The field for thelookuprecord component. -
registries
The field for theregistriesrecord component. -
registeredValues
The field for theregisteredValuesrecord component. -
errors
The field for theerrorsrecord component.
-
-
Constructor Details
-
class_7878
private class_7878(class_7877.class_7879 class_7879, class_7877.class_7885 class_7885, Map<Identifier, class_7871<?>> map, Map<RegistryKey<?>, class_7877.class_7881<?>> map2, List<RuntimeException> list)
-
-
Method Details
-
method_46796
public static class_7877.class_7878 method_46796(DynamicRegistryManager dynamicRegistryManager, Stream<RegistryKey<? extends Registry<?>>> stream) - Mappings:
Namespace Name Mixin selector official aLhn$a;a(Lhl;Ljava/util/stream/Stream;)Lhn$a;intermediary method_46796Lnet/minecraft/class_7877$class_7878;method_46796(Lnet/minecraft/class_5455;Ljava/util/stream/Stream;)Lnet/minecraft/class_7877$class_7878;named method_46796Lnet/minecraft/class_7877$class_7878;method_46796(Lnet/minecraft/util/registry/DynamicRegistryManager;Ljava/util/stream/Stream;)Lnet/minecraft/class_7877$class_7878;
-
method_46787
- Mappings:
Namespace Name Mixin selector official aLhn$a;a()Lne;intermediary method_46787Lnet/minecraft/class_7877$class_7878;method_46787()Lnet/minecraft/class_7891;named method_46787Lnet/minecraft/class_7877$class_7878;method_46787()Lnet/minecraft/class_7891;
-
method_46797
public void method_46797()- Mappings:
Namespace Name Mixin selector official bLhn$a;b()Vintermediary method_46797Lnet/minecraft/class_7877$class_7878;method_46797()Vnamed method_46797Lnet/minecraft/class_7877$class_7878;method_46797()V
-
method_46798
public void method_46798()- Mappings:
Namespace Name Mixin selector official cLhn$a;c()Vintermediary method_46798Lnet/minecraft/class_7877$class_7878;method_46798()Vnamed method_46798Lnet/minecraft/class_7877$class_7878;method_46798()V
-
method_46795
- Mappings:
Namespace Name Mixin selector official aLhn$a;a(Lha;)Vintermediary method_46795Lnet/minecraft/class_7877$class_7878;method_46795(Lnet/minecraft/class_7876;)Vnamed method_46795Lnet/minecraft/class_7877$class_7878;method_46795(Lnet/minecraft/class_7876;)V
-
method_46793
- Mappings:
Namespace Name Mixin selector official aLhn$a;a(Lgz$b;)Vintermediary method_46793Lnet/minecraft/class_7877$class_7878;method_46793(Lnet/minecraft/class_7225$class_7874;)Vnamed method_46793Lnet/minecraft/class_7877$class_7878;method_46793(Lnet/minecraft/command/CommandRegistryWrapper$class_7874;)V
-
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). -
owner
Returns the value of theownerrecord component.- Returns:
- the value of the
ownerrecord component
-
lookup
Returns the value of thelookuprecord component.- Returns:
- the value of the
lookuprecord component
-
registries
Returns the value of theregistriesrecord component.- Returns:
- the value of the
registriesrecord component
-
registeredValues
Returns the value of theregisteredValuesrecord component.- Returns:
- the value of the
registeredValuesrecord component
-
errors
Returns the value of theerrorsrecord component.- Returns:
- the value of the
errorsrecord component
-