Uses of Enum Class
net.minecraft.server.command.CommandManager.RegistrationEnvironment
Packages that use CommandManager.RegistrationEnvironment
-
Uses of CommandManager.RegistrationEnvironment in net.minecraft.server
Fields in net.minecraft.server declared as CommandManager.RegistrationEnvironmentModifier and TypeFieldDescriptionprivate final CommandManager.RegistrationEnvironment
SaveLoader.FunctionLoaderConfig.commandEnvironment
The field for thecommandEnvironment
record component.Methods in net.minecraft.server that return CommandManager.RegistrationEnvironmentModifier and TypeMethodDescriptionSaveLoader.FunctionLoaderConfig.commandEnvironment()
Returns the value of thecommandEnvironment
record component.Methods in net.minecraft.server with parameters of type CommandManager.RegistrationEnvironmentModifier and TypeMethodDescriptionstatic CompletableFuture<DataPackContents>
DataPackContents.reload
(ResourceManager manager, DynamicRegistryManager.Immutable dynamicRegistryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) Reloads the data packs contents.Constructors in net.minecraft.server with parameters of type CommandManager.RegistrationEnvironmentModifierConstructorDescriptionDataPackContents
(DynamicRegistryManager.Immutable dynamicRegistryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel) FunctionLoaderConfig
(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