Record Class RegistryLoader.LoaderAccess

java.lang.Object
java.lang.Record
net.minecraft.util.dynamic.RegistryLoader.LoaderAccess
Record Components:
dynamicRegistryManager -
loader -
Enclosing class:
RegistryLoader

public static record RegistryLoader.LoaderAccess(DynamicRegistryManager.Mutable dynamicRegistryManager, RegistryLoader loader) extends Record
Mappings:
Namespace Name
official yp$a
intermediary net/minecraft/class_6900$class_6901
named net/minecraft/util/dynamic/RegistryLoader$LoaderAccess
official a
intermediary comp_354
named dynamicRegistryManager
official b
intermediary comp_355
named loader
  • Field Details

  • Constructor Details

  • Method Details

    • load

      public <E> com.mojang.serialization.DataResult<? extends Registry<E>> load(RegistryKey<? extends Registry<E>> registryRef, com.mojang.serialization.Codec<E> codec, com.mojang.serialization.DynamicOps<JsonElement> ops)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp$a;a(Lys;Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/DynamicOps;)Lcom/mojang/serialization/DataResult;
      intermediary method_40409 Lnet/minecraft/class_6900$class_6901;method_40409(Lnet/minecraft/class_5321;Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/DynamicOps;)Lcom/mojang/serialization/DataResult;
      named load Lnet/minecraft/util/dynamic/RegistryLoader$LoaderAccess;load(Lnet/minecraft/util/registry/RegistryKey;Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/DynamicOps;)Lcom/mojang/serialization/DataResult;
    • load

      public <E> com.mojang.serialization.DataResult<RegistryEntry<E>> load(RegistryKey<? extends Registry<E>> registryRef, com.mojang.serialization.Codec<E> codec, RegistryKey<E> entryKey, com.mojang.serialization.DynamicOps<JsonElement> ops)
      Mappings:
      Namespace Name Mixin selector
      official a Lyp$a;a(Lys;Lcom/mojang/serialization/Codec;Lys;Lcom/mojang/serialization/DynamicOps;)Lcom/mojang/serialization/DataResult;
      intermediary method_40410 Lnet/minecraft/class_6900$class_6901;method_40410(Lnet/minecraft/class_5321;Lcom/mojang/serialization/Codec;Lnet/minecraft/class_5321;Lcom/mojang/serialization/DynamicOps;)Lcom/mojang/serialization/DataResult;
      named load Lnet/minecraft/util/dynamic/RegistryLoader$LoaderAccess;load(Lnet/minecraft/util/registry/RegistryKey;Lcom/mojang/serialization/Codec;Lnet/minecraft/util/registry/RegistryKey;Lcom/mojang/serialization/DynamicOps;)Lcom/mojang/serialization/DataResult;
    • 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.
    • dynamicRegistryManager

      public DynamicRegistryManager.Mutable dynamicRegistryManager()
      Returns the value of the dynamicRegistryManager record component.
      Returns:
      the value of the dynamicRegistryManager record component
    • loader

      public RegistryLoader loader()
      Returns the value of the loader record component.
      Returns:
      the value of the loader record component