Uses of Enum
net.minecraft.server.command.CommandManager.RegistrationEnvironment
Packages that use CommandManager.RegistrationEnvironment
Package
Description
Provides resources to Minecraft, including resource access and provision.
-
Uses of CommandManager.RegistrationEnvironment in net.minecraft.resource
Methods in net.minecraft.resource with parameters of type CommandManager.RegistrationEnvironmentModifier and TypeMethodDescriptionServerResourceManager.reload(List<ResourcePack> packs, DynamicRegistryManager registryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor)
Constructors in net.minecraft.resource with parameters of type CommandManager.RegistrationEnvironmentModifierConstructorDescriptionServerResourceManager(DynamicRegistryManager registryManager, 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 type with the specified name.CommandManager.RegistrationEnvironment.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.server.command with parameters of type CommandManager.RegistrationEnvironmentModifierConstructorDescriptionCommandManager(CommandManager.RegistrationEnvironment environment)