Uses of Enum Class
net.minecraft.server.command.CommandManager.RegistrationEnvironment
Package
Description
Provides resources to Minecraft, including resource access and provision.
-
Uses of CommandManager.RegistrationEnvironment in net.minecraft.resource
Modifier and TypeMethodDescriptionServerResourceManager.reload
(List<ResourcePack> packs, DynamicRegistryManager registryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) ModifierConstructorDescriptionServerResourceManager
(DynamicRegistryManager registryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel) -
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.