Uses of Enum Class
net.minecraft.commands.Commands.CommandSelection
Packages that use Commands.CommandSelection
-
Uses of Commands.CommandSelection in net.minecraft.commands
Methods in net.minecraft.commands that return Commands.CommandSelectionModifier and TypeMethodDescriptionstatic Commands.CommandSelectionReturns the enum constant of this class with the specified name.static Commands.CommandSelection[]Commands.CommandSelection.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.commands with parameters of type Commands.CommandSelection -
Uses of Commands.CommandSelection in net.minecraft.server
Fields in net.minecraft.server declared as Commands.CommandSelectionModifier and TypeFieldDescriptionprivate final Commands.CommandSelectionWorldStem.InitConfig.commandSelectionThe field for thecommandSelectionrecord component.Methods in net.minecraft.server that return Commands.CommandSelectionModifier and TypeMethodDescriptionWorldStem.InitConfig.commandSelection()Returns the value of thecommandSelectionrecord component.Methods in net.minecraft.server with parameters of type Commands.CommandSelectionModifier and TypeMethodDescriptionReloadableServerResources.loadResources(ResourceManager p_206862_, RegistryAccess.Frozen p_206863_, Commands.CommandSelection p_206864_, int p_206865_, Executor p_206866_, Executor p_206867_) Constructors in net.minecraft.server with parameters of type Commands.CommandSelectionModifierConstructorDescriptionInitConfig(PackRepository packRepository, Commands.CommandSelection commandSelection, int functionCompilationLevel, boolean safeMode) Creates an instance of aInitConfigrecord class.ReloadableServerResources(RegistryAccess.Frozen p_206857_, Commands.CommandSelection p_206858_, int p_206859_) -
Uses of Commands.CommandSelection in net.minecraftforge.event
Fields in net.minecraftforge.event declared as Commands.CommandSelectionModifier and TypeFieldDescriptionprivate final Commands.CommandSelectionRegisterCommandsEvent.environmentMethods in net.minecraftforge.event that return Commands.CommandSelectionMethods in net.minecraftforge.event with parameters of type Commands.CommandSelectionModifier and TypeMethodDescriptionstatic voidForgeEventFactory.onCommandRegister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, Commands.CommandSelection environment) Constructors in net.minecraftforge.event with parameters of type Commands.CommandSelectionModifierConstructorDescriptionRegisterCommandsEvent(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, Commands.CommandSelection environment)