Interface Registry

All Superinterfaces:
Iterable
All Known Implementing Classes:
BiDefaultedRegistry, DefaultedRegistry, MutableRegistry, SimpleRegistry, SoundRegistry

public interface Registry extends Iterable
Mappings:
Namespace Name
official ez
intermediary net/minecraft/class_1366
named net/minecraft/util/registry/Registry
  • Method Details

    • get

      Mappings:
      Namespace Name Mixin selector
      official a Lez;a(Ljava/lang/Object;)Ljava/lang/Object;
      intermediary method_4382 Lnet/minecraft/class_1366;method_4382(Ljava/lang/Object;)Ljava/lang/Object;
      named get Lnet/minecraft/util/registry/Registry;get(Ljava/lang/Object;)Ljava/lang/Object;
    • put

      @Environment(CLIENT) void put(Object key, Object value)
      Mappings:
      Namespace Name Mixin selector
      official a Lez;a(Ljava/lang/Object;Ljava/lang/Object;)V
      intermediary method_4383 Lnet/minecraft/class_1366;method_4383(Ljava/lang/Object;Ljava/lang/Object;)V
      named put Lnet/minecraft/util/registry/Registry;put(Ljava/lang/Object;Ljava/lang/Object;)V