public class PokeKillCommand extends PixelCommand
Constructor and Description |
---|
PokeKillCommand(com.mojang.brigadier.CommandDispatcher<net.minecraft.command.CommandSource> dispatcher) |
Modifier and Type | Method and Description |
---|---|
void |
execute(net.minecraft.command.CommandSource sender,
java.lang.String[] args) |
java.util.List<java.lang.String> |
getAliases() |
java.util.List<java.lang.String> |
getTabCompletions(net.minecraft.server.MinecraftServer server,
net.minecraft.command.CommandSource sender,
java.lang.String[] args,
net.minecraft.util.math.BlockPos pos) |
getName, getRequiredPermissionLevel, getUsage, hasPermissionOtherTarget, setupTargetOrSourceAsTarget
public PokeKillCommand(com.mojang.brigadier.CommandDispatcher<net.minecraft.command.CommandSource> dispatcher)
public java.util.List<java.lang.String> getAliases()
getAliases
in class PixelCommand
public void execute(net.minecraft.command.CommandSource sender, java.lang.String[] args) throws net.minecraft.command.CommandException
execute
in class PixelCommand
net.minecraft.command.CommandException
public java.util.List<java.lang.String> getTabCompletions(net.minecraft.server.MinecraftServer server, net.minecraft.command.CommandSource sender, java.lang.String[] args, net.minecraft.util.math.BlockPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException
getTabCompletions
in class PixelCommand
com.mojang.brigadier.exceptions.CommandSyntaxException