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$a
intermediary net/minecraft/class_7655$class_9158
named net/minecraft/registry/RegistryLoader$class_9158
official a
intermediary comp_2245
named data
official b
intermediary comp_2246
named registry
official c
intermediary comp_2247
named loadingErrors
  • Field Details

  • Constructor Details

  • Method Details

    • method_56520

      public void method_56520(ResourceManager resourceManager, RegistryOps.RegistryInfoGetter registryInfoGetter)
      Mappings:
      Namespace Name Mixin selector
      official a Lait$a;a(Lasb;Laiw$b;)V
      intermediary method_56520 Lnet/minecraft/class_7655$class_9158;method_56520(Lnet/minecraft/class_3300;Lnet/minecraft/class_6903$class_7863;)V
      named method_56520 Lnet/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 a Lait$a;a(Ljava/util/Map;Laiw$b;)V
      intermediary method_56521 Lnet/minecraft/class_7655$class_9158;method_56521(Ljava/util/Map;Lnet/minecraft/class_6903$class_7863;)V
      named method_56521 Lnet/minecraft/registry/RegistryLoader$class_9158;method_56521(Ljava/util/Map;Lnet/minecraft/registry/RegistryOps$RegistryInfoGetter;)V
    • 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.
    • data

      public RegistryLoader.Entry<T> data()
      Returns the value of the data record component.
      Returns:
      the value of the data record component
    • registry

      public MutableRegistry<T> registry()
      Returns the value of the registry record component.
      Returns:
      the value of the registry record component
    • loadingErrors

      public Map<RegistryKey<?>,Exception> loadingErrors()
      Returns the value of the loadingErrors record component.
      Returns:
      the value of the loadingErrors record component