Uses of Class
net.minecraft.server.command.CommandManager.RegistrationEnvironment
| Package | Description |
|---|---|
| net.minecraft.resource |
Provides resources to Minecraft, including resource access and provision.
|
| net.minecraft.server.command |
-
Uses of CommandManager.RegistrationEnvironment in net.minecraft.resource
Methods in net.minecraft.resource with parameters of type CommandManager.RegistrationEnvironment Modifier and Type Method Description static CompletableFuture<ServerResourceManager>ServerResourceManager. reload(List<ResourcePack> packs, DynamicRegistryManager registryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor)Constructors in net.minecraft.resource with parameters of type CommandManager.RegistrationEnvironment Constructor Description ServerResourceManager(DynamicRegistryManager registryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel) -
Uses of CommandManager.RegistrationEnvironment in net.minecraft.server.command
Methods in net.minecraft.server.command that return CommandManager.RegistrationEnvironment Modifier and Type Method Description static CommandManager.RegistrationEnvironmentCommandManager.RegistrationEnvironment. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandManager.RegistrationEnvironment[]CommandManager.RegistrationEnvironment. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.server.command with parameters of type CommandManager.RegistrationEnvironment Constructor Description CommandManager(CommandManager.RegistrationEnvironment environment)