Uses of Enum Class
net.minecraft.server.command.CommandManager.RegistrationEnvironment
Packages that use CommandManager.RegistrationEnvironment
Package
Description
The base package for all Minecraft classes.
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of CommandManager.RegistrationEnvironment in net.minecraft
Fields in net.minecraft declared as CommandManager.RegistrationEnvironmentModifier and TypeFieldDescriptionprivate final CommandManager.RegistrationEnvironmentclass_6904.class_6906.commandSelectionThe field for thecommandSelectionrecord component.Methods in net.minecraft that return CommandManager.RegistrationEnvironmentModifier and TypeMethodDescriptionclass_6904.class_6906.commandSelection()Returns the value of thecommandSelectionrecord component.Constructors in net.minecraft with parameters of type CommandManager.RegistrationEnvironmentModifierConstructorDescriptionclass_6906(ResourcePackManager resourcePackManager, CommandManager.RegistrationEnvironment registrationEnvironment, int int2, boolean bool) -
Uses of CommandManager.RegistrationEnvironment in net.minecraft.resource
Methods in net.minecraft.resource with parameters of type CommandManager.RegistrationEnvironmentModifier and TypeMethodDescriptionServerResourceManager.reload(ResourceManager manager, DynamicRegistryManager.Immutable immutable, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) Constructors in net.minecraft.resource with parameters of type CommandManager.RegistrationEnvironmentModifierConstructorDescriptionServerResourceManager(DynamicRegistryManager.Immutable immutable, 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.RegistrationEnvironment