Uses of Enum Class
net.minecraft.server.command.CommandManager.RegistrationEnvironment
-
Uses of CommandManager.RegistrationEnvironment in net.minecraft.server
Modifier and TypeFieldDescriptionprivate final CommandManager.RegistrationEnvironment
SaveLoader.FunctionLoaderConfig.commandEnvironment
The field for thecommandEnvironment
record component.Modifier and TypeMethodDescriptionSaveLoader.FunctionLoaderConfig.commandEnvironment()
Returns the value of thecommandEnvironment
record component.Modifier 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.ModifierConstructorDescriptionDataPackContents
(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
Modifier 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.