Record Class RegistryBuilder.Registries

java.lang.Object
java.lang.Record
net.minecraft.registry.RegistryBuilder.Registries
Record Components:
owner -
lookup -
registries -
registeredValues -
errors -
Enclosing class:
RegistryBuilder

private static record RegistryBuilder.Registries(RegistryBuilder.AnyOwner owner, RegistryBuilder.StandAloneEntryCreatingLookup lookup, Map<Identifier,RegistryEntryLookup<?>> registries, Map<RegistryKey<?>,RegistryBuilder.RegisteredValue<?>> registeredValues, List<RuntimeException> errors) extends Record
Mappings:
Namespace Name
named net/minecraft/registry/RegistryBuilder$Registries
intermediary net/minecraft/class_7877$class_7878
official kh$b
named owner
intermediary comp_1135
official a
named lookup
intermediary comp_1136
official b
named registries
intermediary comp_1137
official c
named registeredValues
intermediary comp_1138
official d
named errors
intermediary comp_1139
official e
  • Field Details Link icon

  • Constructor Details Link icon

  • Method Details Link icon

    • of Link icon

      public static RegistryBuilder.Registries of(DynamicRegistryManager dynamicRegistryManager, Stream<RegistryKey<? extends Registry<?>>> registryRefs)
      Mappings:
      Namespace Name Mixin selector
      named of Lnet/minecraft/registry/RegistryBuilder$Registries;of(Lnet/minecraft/registry/DynamicRegistryManager;Ljava/util/stream/Stream;)Lnet/minecraft/registry/RegistryBuilder$Registries;
      intermediary method_46796 Lnet/minecraft/class_7877$class_7878;method_46796(Lnet/minecraft/class_5455;Ljava/util/stream/Stream;)Lnet/minecraft/class_7877$class_7878;
      official a Lkh$b;a(Lkf;Ljava/util/stream/Stream;)Lkh$b;
    • createRegisterable Link icon

      public <T> Registerable<T> createRegisterable()
      Mappings:
      Namespace Name Mixin selector
      named createRegisterable Lnet/minecraft/registry/RegistryBuilder$Registries;createRegisterable()Lnet/minecraft/registry/Registerable;
      intermediary method_46787 Lnet/minecraft/class_7877$class_7878;method_46787()Lnet/minecraft/class_7891;
      official a Lkh$b;a()Lqe;
    • checkOrphanedValues Link icon

      public void checkOrphanedValues()
      Mappings:
      Namespace Name Mixin selector
      named checkOrphanedValues Lnet/minecraft/registry/RegistryBuilder$Registries;checkOrphanedValues()V
      intermediary method_55298 Lnet/minecraft/class_7877$class_7878;method_55298()V
      official b Lkh$b;b()V
    • checkUnreferencedKeys Link icon

      public void checkUnreferencedKeys()
      Mappings:
      Namespace Name Mixin selector
      named checkUnreferencedKeys Lnet/minecraft/registry/RegistryBuilder$Registries;checkUnreferencedKeys()V
      intermediary method_55299 Lnet/minecraft/class_7877$class_7878;method_55299()V
      official c Lkh$b;c()V
    • throwErrors Link icon

      public void throwErrors()
      Mappings:
      Namespace Name Mixin selector
      named throwErrors Lnet/minecraft/registry/RegistryBuilder$Registries;throwErrors()V
      intermediary method_46798 Lnet/minecraft/class_7877$class_7878;method_46798()V
      official d Lkh$b;d()V
    • toString Link icon

      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 Link icon

      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 Link icon

      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.
    • owner Link icon

      public RegistryBuilder.AnyOwner owner()
      Returns the value of the owner record component.
      Returns:
      the value of the owner record component
    • lookup Link icon

      Returns the value of the lookup record component.
      Returns:
      the value of the lookup record component
    • registries Link icon

      public Map<Identifier,RegistryEntryLookup<?>> registries()
      Returns the value of the registries record component.
      Returns:
      the value of the registries record component
    • registeredValues Link icon

      public Map<RegistryKey<?>,RegistryBuilder.RegisteredValue<?>> registeredValues()
      Returns the value of the registeredValues record component.
      Returns:
      the value of the registeredValues record component
    • errors Link icon

      public List<RuntimeException> errors()
      Returns the value of the errors record component.
      Returns:
      the value of the errors record component