Uses of Enum Class
net.minecraft.commands.Commands.CommandSelection
-
Uses of Commands.CommandSelection in net.minecraft.commands
Modifier 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. -
Uses of Commands.CommandSelection in net.minecraft.server
Modifier 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_)
ModifierConstructorDescriptionServerResources(RegistryAccess p_180002_, Commands.CommandSelection p_180003_, int p_180004_)
-
Uses of Commands.CommandSelection in net.minecraftforge.event
Modifier and TypeFieldDescriptionprivate Commands.CommandSelection
RegisterCommandsEvent.environment
Modifier and TypeMethodDescriptionstatic void
ForgeEventFactory.onCommandRegister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, Commands.CommandSelection environment)
ModifierConstructorDescriptionRegisterCommandsEvent(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, Commands.CommandSelection environment)