Package net.minecraft.registry
Record Class RegistryLoader.class_9158<T>
java.lang.Object
java.lang.Record
net.minecraft.registry.RegistryLoader.class_9158<T>
- Record Components:
data-registry-loadingErrors-
- Enclosing class:
RegistryLoader
private static record RegistryLoader.class_9158<T>(RegistryLoader.Entry<T> data, MutableRegistry<T> registry, Map<RegistryKey<?>,Exception> loadingErrors)
extends Record
- Mappings:
Namespace Name official ait$aintermediary net/minecraft/class_7655$class_9158named net/minecraft/registry/RegistryLoader$class_9158official aintermediary comp_2245named dataofficial bintermediary comp_2246named registryofficial cintermediary comp_2247named loadingErrors
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RegistryLoader.Entry<T>The field for thedatarecord component.private final Map<RegistryKey<?>,Exception> The field for theloadingErrorsrecord component.private final MutableRegistry<T>The field for theregistryrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_9158(RegistryLoader.Entry<T> entry, MutableRegistry<T> mutableRegistry, Map<RegistryKey<?>, Exception> map) -
Method Summary
Modifier and TypeMethodDescriptiondata()Returns the value of thedatarecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Map<RegistryKey<?>,Exception> Returns the value of theloadingErrorsrecord component.voidmethod_56520(ResourceManager resourceManager, RegistryOps.RegistryInfoGetter registryInfoGetter) voidmethod_56521(Map<RegistryKey<? extends Registry<?>>, List<SerializableRegistries.class_9176>> map, RegistryOps.RegistryInfoGetter registryInfoGetter) registry()Returns the value of theregistryrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
data
The field for thedatarecord component. -
registry
The field for theregistryrecord component. -
loadingErrors
The field for theloadingErrorsrecord component.
-
-
Constructor Details
-
class_9158
class_9158(RegistryLoader.Entry<T> entry, MutableRegistry<T> mutableRegistry, Map<RegistryKey<?>, Exception> map)
-
-
Method Details
-
method_56520
public void method_56520(ResourceManager resourceManager, RegistryOps.RegistryInfoGetter registryInfoGetter) - Mappings:
Namespace Name Mixin selector official aLait$a;a(Lasb;Laiw$b;)Vintermediary method_56520Lnet/minecraft/class_7655$class_9158;method_56520(Lnet/minecraft/class_3300;Lnet/minecraft/class_6903$class_7863;)Vnamed method_56520Lnet/minecraft/registry/RegistryLoader$class_9158;method_56520(Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/registry/RegistryOps$RegistryInfoGetter;)V
-
method_56521
public void method_56521(Map<RegistryKey<? extends Registry<?>>, List<SerializableRegistries.class_9176>> map, RegistryOps.RegistryInfoGetter registryInfoGetter) - Mappings:
Namespace Name Mixin selector official aLait$a;a(Ljava/util/Map;Laiw$b;)Vintermediary method_56521Lnet/minecraft/class_7655$class_9158;method_56521(Ljava/util/Map;Lnet/minecraft/class_6903$class_7863;)Vnamed method_56521Lnet/minecraft/registry/RegistryLoader$class_9158;method_56521(Ljava/util/Map;Lnet/minecraft/registry/RegistryOps$RegistryInfoGetter;)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). -
data
Returns the value of thedatarecord component.- Returns:
- the value of the
datarecord component
-
registry
Returns the value of theregistryrecord component.- Returns:
- the value of the
registryrecord component
-
loadingErrors
Returns the value of theloadingErrorsrecord component.- Returns:
- the value of the
loadingErrorsrecord component
-