Package net.minecraft.command
Interface CommandRegistryWrapper.class_7874
- All Known Subinterfaces:
DynamicRegistryManager,DynamicRegistryManager.Immutable
- All Known Implementing Classes:
DynamicRegistryManager.ImmutableImpl
- Enclosing interface:
CommandRegistryWrapper<T>
public static interface CommandRegistryWrapper.class_7874
- Mappings:
Namespace Name official gz$bintermediary net/minecraft/class_7225$class_7874named net/minecraft/command/CommandRegistryWrapper$class_7874
-
Method Summary
Modifier and TypeMethodDescriptiondefault class_7871.class_7872<T> Optional<CommandRegistryWrapper.Impl<T>>method_46759(RegistryKey<? extends Registry<? extends T>> registryKey) method_46761(Stream<CommandRegistryWrapper.Impl<?>> stream) default <T> CommandRegistryWrapper.Impl<T>method_46762(RegistryKey<? extends Registry<? extends T>> registryKey)
-
Method Details
-
method_46759
<T> Optional<CommandRegistryWrapper.Impl<T>> method_46759(RegistryKey<? extends Registry<? extends T>> registryKey) - Mappings:
Namespace Name Mixin selector official aLgz$b;a(Laby;)Ljava/util/Optional;intermediary method_46759Lnet/minecraft/class_7225$class_7874;method_46759(Lnet/minecraft/class_5321;)Ljava/util/Optional;named method_46759Lnet/minecraft/command/CommandRegistryWrapper$class_7874;method_46759(Lnet/minecraft/util/registry/RegistryKey;)Ljava/util/Optional;
-
method_46762
default <T> CommandRegistryWrapper.Impl<T> method_46762(RegistryKey<? extends Registry<? extends T>> registryKey) - Mappings:
Namespace Name Mixin selector official bLgz$b;b(Laby;)Lgz$c;intermediary method_46762Lnet/minecraft/class_7225$class_7874;method_46762(Lnet/minecraft/class_5321;)Lnet/minecraft/class_7225$class_7226;named method_46762Lnet/minecraft/command/CommandRegistryWrapper$class_7874;method_46762(Lnet/minecraft/util/registry/RegistryKey;)Lnet/minecraft/command/CommandRegistryWrapper$Impl;
-
method_46758
- Mappings:
Namespace Name Mixin selector official aLgz$b;a()Lgy$a;intermediary method_46758Lnet/minecraft/class_7225$class_7874;method_46758()Lnet/minecraft/class_7871$class_7872;named method_46758Lnet/minecraft/command/CommandRegistryWrapper$class_7874;method_46758()Lnet/minecraft/class_7871$class_7872;
-
method_46761
static CommandRegistryWrapper.class_7874 method_46761(Stream<CommandRegistryWrapper.Impl<?>> stream) - Mappings:
Namespace Name Mixin selector official aLgz$b;a(Ljava/util/stream/Stream;)Lgz$b;intermediary method_46761Lnet/minecraft/class_7225$class_7874;method_46761(Ljava/util/stream/Stream;)Lnet/minecraft/class_7225$class_7874;named method_46761Lnet/minecraft/command/CommandRegistryWrapper$class_7874;method_46761(Ljava/util/stream/Stream;)Lnet/minecraft/command/CommandRegistryWrapper$class_7874;
-