Uses of Interface
net.minecraft.command.CommandRegistryWrapper.Impl
Packages that use CommandRegistryWrapper.Impl
Package
Description
The base package for all Minecraft classes.
Contains the registry, used to register various in-game components, and related classes.
-
Uses of CommandRegistryWrapper.Impl in net.minecraft
Methods in net.minecraft that return CommandRegistryWrapper.ImplMethods in net.minecraft with parameters of type CommandRegistryWrapper.ImplModifier and TypeMethodDescription(package private) static <T> class_7871<T>class_7877.method_46778(CommandRegistryWrapper.Impl<T> impl) -
Uses of CommandRegistryWrapper.Impl in net.minecraft.command
Classes in net.minecraft.command that implement CommandRegistryWrapper.ImplMethods in net.minecraft.command that return CommandRegistryWrapper.ImplModifier and TypeMethodDescriptionprotected abstract CommandRegistryWrapper.Impl<T>CommandRegistryWrapper.Impl.class_7875.method_46725()default <T> CommandRegistryWrapper.Impl<T>CommandRegistryWrapper.class_7874.method_46762(RegistryKey<? extends Registry<? extends T>> registryKey) Methods in net.minecraft.command that return types with arguments of type CommandRegistryWrapper.ImplModifier and TypeMethodDescription<T> Optional<CommandRegistryWrapper.Impl<T>>CommandRegistryWrapper.class_7874.method_46759(RegistryKey<? extends Registry<? extends T>> registryKey) Method parameters in net.minecraft.command with type arguments of type CommandRegistryWrapper.ImplModifier and TypeMethodDescriptionCommandRegistryWrapper.class_7874.method_46761(Stream<CommandRegistryWrapper.Impl<?>> stream) -
Uses of CommandRegistryWrapper.Impl in net.minecraft.util.registry
Fields in net.minecraft.util.registry declared as CommandRegistryWrapper.ImplModifier and TypeFieldDescription(package private) final CommandRegistryWrapper.Impl<T>Registry.field_40938Methods in net.minecraft.util.registry that return CommandRegistryWrapper.ImplMethods in net.minecraft.util.registry that return types with arguments of type CommandRegistryWrapper.ImplModifier and TypeMethodDescriptiondefault <T> Optional<CommandRegistryWrapper.Impl<T>>DynamicRegistryManager.method_46759(RegistryKey<? extends Registry<? extends T>> registryKey)