Uses of Enum Class
net.minecraft.server.command.CommandManager.RegistrationEnvironment
Packages that use CommandManager.RegistrationEnvironment
Package
Description
The base package for all Minecraft classes.
-
Uses of CommandManager.RegistrationEnvironment in net.minecraft
Fields in net.minecraft declared as CommandManager.RegistrationEnvironmentModifier and TypeFieldDescriptionprivate final CommandManager.RegistrationEnvironmentclass_7237.FunctionLoaderConfig.commandEnvironmentThe field for thecommandEnvironmentrecord component.Methods in net.minecraft that return CommandManager.RegistrationEnvironmentModifier and TypeMethodDescriptionclass_7237.FunctionLoaderConfig.commandEnvironment()Returns the value of thecommandEnvironmentrecord component.Constructors in net.minecraft with parameters of type CommandManager.RegistrationEnvironmentModifierConstructorDescriptionFunctionLoaderConfig(class_7237.class_7238 class_7238, CommandManager.RegistrationEnvironment registrationEnvironment, int int2) -
Uses of CommandManager.RegistrationEnvironment in net.minecraft.server
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) -
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, class_7157 class_7157)