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$a
intermediary net/minecraft/class_7877$class_7878
named net/minecraft/class_7877$class_7878
official a
intermediary comp_1135
named owner
official b
intermediary comp_1136
named lookup
official c
intermediary comp_1137
named registries
official d
intermediary comp_1138
named registeredValues
official e
intermediary comp_1139
named errors
  • Field Details

  • Constructor Details

  • 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 a Lhn$a;a(Lhl;Ljava/util/stream/Stream;)Lhn$a;
      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;
      named method_46796 Lnet/minecraft/class_7877$class_7878;method_46796(Lnet/minecraft/util/registry/DynamicRegistryManager;Ljava/util/stream/Stream;)Lnet/minecraft/class_7877$class_7878;
    • method_46787

      public <T> class_7891<T> method_46787()
      Mappings:
      Namespace Name Mixin selector
      official a Lhn$a;a()Lne;
      intermediary method_46787 Lnet/minecraft/class_7877$class_7878;method_46787()Lnet/minecraft/class_7891;
      named method_46787 Lnet/minecraft/class_7877$class_7878;method_46787()Lnet/minecraft/class_7891;
    • method_46797

      public void method_46797()
      Mappings:
      Namespace Name Mixin selector
      official b Lhn$a;b()V
      intermediary method_46797 Lnet/minecraft/class_7877$class_7878;method_46797()V
      named method_46797 Lnet/minecraft/class_7877$class_7878;method_46797()V
    • method_46798

      public void method_46798()
      Mappings:
      Namespace Name Mixin selector
      official c Lhn$a;c()V
      intermediary method_46798 Lnet/minecraft/class_7877$class_7878;method_46798()V
      named method_46798 Lnet/minecraft/class_7877$class_7878;method_46798()V
    • method_46795

      public void method_46795(class_7876<?> class_7876)
      Mappings:
      Namespace Name Mixin selector
      official a Lhn$a;a(Lha;)V
      intermediary method_46795 Lnet/minecraft/class_7877$class_7878;method_46795(Lnet/minecraft/class_7876;)V
      named method_46795 Lnet/minecraft/class_7877$class_7878;method_46795(Lnet/minecraft/class_7876;)V
    • method_46793

      public void method_46793(CommandRegistryWrapper.class_7874 class_7874)
      Mappings:
      Namespace Name Mixin selector
      official a Lhn$a;a(Lgz$b;)V
      intermediary method_46793 Lnet/minecraft/class_7877$class_7878;method_46793(Lnet/minecraft/class_7225$class_7874;)V
      named method_46793 Lnet/minecraft/class_7877$class_7878;method_46793(Lnet/minecraft/command/CommandRegistryWrapper$class_7874;)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.
    • owner

      public class_7877.class_7879 owner()
      Returns the value of the owner record component.
      Returns:
      the value of the owner record component
    • lookup

      public class_7877.class_7885 lookup()
      Returns the value of the lookup record component.
      Returns:
      the value of the lookup record component
    • registries

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

      public Map<RegistryKey<?>,class_7877.class_7881<?>> registeredValues()
      Returns the value of the registeredValues record component.
      Returns:
      the value of the registeredValues record component
    • errors

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