Class SimpleDefaultedRegistry<T>

java.lang.Object
net.minecraft.registry.SimpleRegistry<T>
net.minecraft.registry.SimpleDefaultedRegistry<T>
All Implemented Interfaces:
com.mojang.serialization.Keyable, Iterable<T>, DefaultedRegistry<T>, MutableRegistry<T>, Registry<T>, IndexedIterable<T>

public class SimpleDefaultedRegistry<T> extends SimpleRegistry<T> implements DefaultedRegistry<T>
An implementation of Registry with a default ID and value for unknown lookups.
Mappings:
Namespace Name
official gt
intermediary net/minecraft/class_2348
named net/minecraft/registry/SimpleDefaultedRegistry
  • Field Details

    • defaultId

      private final Identifier defaultId
      Mappings:
      Namespace Name Mixin selector
      official b Lgt;b:Lacf;
      intermediary field_11014 Lnet/minecraft/class_2348;field_11014:Lnet/minecraft/class_2960;
      named defaultId Lnet/minecraft/registry/SimpleDefaultedRegistry;defaultId:Lnet/minecraft/util/Identifier;
    • defaultEntry

      private RegistryEntry.Reference<T> defaultEntry
      Mappings:
      Namespace Name Mixin selector
      official c Lgt;c:Lgz$c;
      intermediary field_11015 Lnet/minecraft/class_2348;field_11015:Lnet/minecraft/class_6880$class_6883;
      named defaultEntry Lnet/minecraft/registry/SimpleDefaultedRegistry;defaultEntry:Lnet/minecraft/registry/entry/RegistryEntry$Reference;
  • Constructor Details

    • SimpleDefaultedRegistry

      public SimpleDefaultedRegistry(String defaultId, RegistryKey<? extends Registry<T>> key, com.mojang.serialization.Lifecycle lifecycle, boolean intrusive)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lgt;<init>(Ljava/lang/String;Lace;Lcom/mojang/serialization/Lifecycle;Z)V
      intermediary <init> Lnet/minecraft/class_2348;<init>(Ljava/lang/String;Lnet/minecraft/class_5321;Lcom/mojang/serialization/Lifecycle;Z)V
      named <init> Lnet/minecraft/registry/SimpleDefaultedRegistry;<init>(Ljava/lang/String;Lnet/minecraft/registry/RegistryKey;Lcom/mojang/serialization/Lifecycle;Z)V
  • Method Details

    • set

      public RegistryEntry.Reference<T> set(int int2, RegistryKey<T> registryKey, T t, com.mojang.serialization.Lifecycle lifecycle)
      Specified by:
      set in interface MutableRegistry<T>
      Overrides:
      set in class SimpleRegistry<T>
      Mappings:
      Namespace Name Mixin selector
      official method_46744 Lgt;method_46744(ILace;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Lgz$c;
      intermediary method_46744 Lnet/minecraft/class_2348;method_46744(ILnet/minecraft/class_5321;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Lnet/minecraft/class_6880$class_6883;
      named set Lnet/minecraft/registry/SimpleDefaultedRegistry;set(ILnet/minecraft/registry/RegistryKey;Ljava/lang/Object;Lcom/mojang/serialization/Lifecycle;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;
    • getRawId

      public int getRawId(@Nullable T value)
      Specified by:
      getRawId in interface IndexedIterable<T>
      Specified by:
      getRawId in interface Registry<T>
      Overrides:
      getRawId in class SimpleRegistry<T>
      Mappings:
      Namespace Name Mixin selector
      official a Lhe;a(Ljava/lang/Object;)I
      intermediary method_10206 Lnet/minecraft/class_2359;method_10206(Ljava/lang/Object;)I
      named getRawId Lnet/minecraft/util/collection/IndexedIterable;getRawId(Ljava/lang/Object;)I
    • getId

      @NotNull public @NotNull Identifier getId(T value)
      Returns the ID assigned to value, or null if it is not registered.
      Specified by:
      getId in interface DefaultedRegistry<T>
      Specified by:
      getId in interface Registry<T>
      Overrides:
      getId in class SimpleRegistry<T>
      Returns:
      the ID assigned to value, or null if it is not registered
      Mappings:
      Namespace Name Mixin selector
      official b Lhm;b(Ljava/lang/Object;)Lacf;
      intermediary method_10221 Lnet/minecraft/class_2378;method_10221(Ljava/lang/Object;)Lnet/minecraft/class_2960;
      named getId Lnet/minecraft/registry/Registry;getId(Ljava/lang/Object;)Lnet/minecraft/util/Identifier;
    • get

      Returns the value that is assigned id, or null if there is none.
      Specified by:
      get in interface DefaultedRegistry<T>
      Specified by:
      get in interface Registry<T>
      Overrides:
      get in class SimpleRegistry<T>
      Returns:
      the value that is assigned id, or null if there is none
      Mappings:
      Namespace Name Mixin selector
      official a Lhm;a(Lacf;)Ljava/lang/Object;
      intermediary method_10223 Lnet/minecraft/class_2378;method_10223(Lnet/minecraft/class_2960;)Ljava/lang/Object;
      named get Lnet/minecraft/registry/Registry;get(Lnet/minecraft/util/Identifier;)Ljava/lang/Object;
    • getOrEmpty

      public Optional<T> getOrEmpty(@Nullable @Nullable Identifier id)
      Returns the value that is assigned id, or an empty optional if there is none.
      Specified by:
      getOrEmpty in interface Registry<T>
      Returns:
      the value that is assigned id, or an empty optional if there is none
      Mappings:
      Namespace Name Mixin selector
      official b Lhm;b(Lacf;)Ljava/util/Optional;
      intermediary method_17966 Lnet/minecraft/class_2378;method_17966(Lnet/minecraft/class_2960;)Ljava/util/Optional;
      named getOrEmpty Lnet/minecraft/registry/Registry;getOrEmpty(Lnet/minecraft/util/Identifier;)Ljava/util/Optional;
    • get

      @NotNull public T get(int index)
      Specified by:
      get in interface DefaultedRegistry<T>
      Specified by:
      get in interface IndexedIterable<T>
      Overrides:
      get in class SimpleRegistry<T>
      Mappings:
      Namespace Name Mixin selector
      official a Lhe;a(I)Ljava/lang/Object;
      intermediary method_10200 Lnet/minecraft/class_2359;method_10200(I)Ljava/lang/Object;
      named get Lnet/minecraft/util/collection/IndexedIterable;get(I)Ljava/lang/Object;
    • getRandom

      public Optional<RegistryEntry.Reference<T>> getRandom(Random random)
      Returns a random registry entry from this registry, or an empty optional if the registry is empty.
      Specified by:
      getRandom in interface Registry<T>
      Overrides:
      getRandom in class SimpleRegistry<T>
      Returns:
      a random registry entry from this registry, or an empty optional if the registry is empty
      Mappings:
      Namespace Name Mixin selector
      official a Lhm;a(Laoh;)Ljava/util/Optional;
      intermediary method_10240 Lnet/minecraft/class_2378;method_10240(Lnet/minecraft/class_5819;)Ljava/util/Optional;
      named getRandom Lnet/minecraft/registry/Registry;getRandom(Lnet/minecraft/util/math/random/Random;)Ljava/util/Optional;
    • getDefaultId

      public Identifier getDefaultId()
      Specified by:
      getDefaultId in interface DefaultedRegistry<T>
      Mappings:
      Namespace Name Mixin selector
      official a Lgu;a()Lacf;
      intermediary method_10137 Lnet/minecraft/class_7922;method_10137()Lnet/minecraft/class_2960;
      named getDefaultId Lnet/minecraft/registry/DefaultedRegistry;getDefaultId()Lnet/minecraft/util/Identifier;