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
SaveLoading.ServerConfig.commandEnvironment
The field for thecommandEnvironment
record component.Methods in net.minecraft.server that return CommandManager.RegistrationEnvironmentModifier and TypeMethodDescriptionSaveLoading.ServerConfig.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, FeatureSet enabledFeatures, CommandManager.RegistrationEnvironment environment, 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, FeatureSet enabledFeatures, CommandManager.RegistrationEnvironment environment, int functionPermissionLevel) ServerConfig
(SaveLoading.DataPacks dataPacks, CommandManager.RegistrationEnvironment registrationEnvironment, int int2) -
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.RegistrationEnvironmentModifierConstructorDescriptionCommandManager
(CommandManager.RegistrationEnvironment environment, CommandRegistryAccess commandRegistryAccess)