Interface CommandCollector
public interface CommandCollector
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.commands.CommandBuildContextcontext()com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> net.minecraft.commands.Commands.CommandSelection
-
Method Details
-
dispatcher
com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher() -
selection
net.minecraft.commands.Commands.CommandSelection selection() -
context
net.minecraft.commands.CommandBuildContext context()
-