Interface MutableRegistry<T>

All Superinterfaces:
IndexedIterable<T>, Iterable<T>, com.mojang.serialization.Keyable, Registry<T>
All Known Implementing Classes:
SimpleDefaultedRegistry, SimpleRegistry

public interface MutableRegistry<T> extends Registry<T>
A registry that allows adding or modifying values. Note that in vanilla, all registries are instances of this.
See Also:
Mappings:
Namespace Name
named net/minecraft/registry/MutableRegistry
intermediary net/minecraft/class_2385
official ki
  • Method Details

    • add

      Mappings:
      Namespace Name Mixin selector
      named add Lnet/minecraft/registry/MutableRegistry;add(Lnet/minecraft/registry/RegistryKey;Ljava/lang/Object;Lnet/minecraft/registry/entry/RegistryEntryInfo;)Lnet/minecraft/registry/entry/RegistryEntry$Reference;
      intermediary method_10272 Lnet/minecraft/class_2385;method_10272(Lnet/minecraft/class_5321;Ljava/lang/Object;Lnet/minecraft/class_9248;)Lnet/minecraft/class_6880$class_6883;
      official a Lki;a(Lakq;Ljava/lang/Object;Ljy;)Ljm$c;
    • isEmpty

      boolean isEmpty()
      Returns whether the registry is empty.
      Returns:
      whether the registry is empty
      Mappings:
      Namespace Name Mixin selector
      named isEmpty Lnet/minecraft/registry/MutableRegistry;isEmpty()Z
      intermediary method_35863 Lnet/minecraft/class_2385;method_35863()Z
      official l Lki;l()Z
    • createMutableEntryLookup

      RegistryEntryLookup<T> createMutableEntryLookup()
      Mappings:
      Namespace Name Mixin selector
      named createMutableEntryLookup Lnet/minecraft/registry/MutableRegistry;createMutableEntryLookup()Lnet/minecraft/registry/RegistryEntryLookup;
      intermediary method_46769 Lnet/minecraft/class_2385;method_46769()Lnet/minecraft/class_7871;
      official o Lki;o()Ljn;