Uses of Enum Class
net.minecraft.server.command.CommandManager.RegistrationEnvironment
Packages that use CommandManager.RegistrationEnvironment
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of CommandManager.RegistrationEnvironment in net.minecraft.resource
Methods in net.minecraft.resource with parameters of type CommandManager.RegistrationEnvironmentModifier and TypeMethodDescriptionServerResourceManager.reload(ResourceManager manager, DynamicRegistryManager.Immutable dynamicRegistryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) Constructors in net.minecraft.resource with parameters of type CommandManager.RegistrationEnvironmentModifierConstructorDescriptionServerResourceManager(DynamicRegistryManager.Immutable dynamicRegistryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel) -
Uses of CommandManager.RegistrationEnvironment in net.minecraft.server
Fields in net.minecraft.server declared as CommandManager.RegistrationEnvironmentModifier and TypeFieldDescriptionprivate final CommandManager.RegistrationEnvironmentSaveLoader.FunctionLoaderConfig.commandEnvironmentThe field for thecommandEnvironmentrecord component.Methods in net.minecraft.server that return CommandManager.RegistrationEnvironmentModifier and TypeMethodDescriptionSaveLoader.FunctionLoaderConfig.commandEnvironment()Returns the value of thecommandEnvironmentrecord component.Constructors in net.minecraft.server with parameters of type CommandManager.RegistrationEnvironmentModifierConstructorDescriptionFunctionLoaderConfig(ResourcePackManager resourcePackManager, CommandManager.RegistrationEnvironment registrationEnvironment, int int2, boolean bool) -
Uses of CommandManager.RegistrationEnvironment in net.minecraft.server.command
Methods in net.minecraft.server.command that return CommandManager.RegistrationEnvironmentModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CommandManager.RegistrationEnvironment.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.server.command with parameters of type CommandManager.RegistrationEnvironment