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.CommandSelection
Returns 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
Methods in net.minecraft.server with parameters of type Commands.CommandSelectionModifier and TypeMethodDescriptionstatic CompletableFuture<ServerResources>
ServerResources.loadResources(List<PackResources> p_180006_, RegistryAccess p_180007_, Commands.CommandSelection p_180008_, int p_180009_, Executor p_180010_, Executor p_180011_)
Constructors in net.minecraft.server with parameters of type Commands.CommandSelectionModifierConstructorDescriptionServerResources(RegistryAccess p_180002_, Commands.CommandSelection p_180003_, int p_180004_)
-
Uses of Commands.CommandSelection in net.minecraftforge.event
Fields in net.minecraftforge.event declared as Commands.CommandSelectionModifier and TypeFieldDescriptionprivate Commands.CommandSelection
RegisterCommandsEvent.environment
Methods in net.minecraftforge.event that return Commands.CommandSelectionMethods in net.minecraftforge.event with parameters of type Commands.CommandSelectionModifier and TypeMethodDescriptionstatic void
ForgeEventFactory.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)