public class CommandModifyAbilities
extends org.cyclops.cyclopscore.command.CommandMod
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
CommandModifyAbilities(org.cyclops.cyclopscore.init.ModBase mod) |
Modifier and Type | Method and Description |
---|---|
void |
execute(net.minecraft.server.MinecraftServer server,
net.minecraft.command.ICommandSender sender,
java.lang.String[] parts) |
java.lang.String |
getFullCommand() |
java.util.List<java.lang.String> |
getTabCompletions(net.minecraft.server.MinecraftServer server,
net.minecraft.command.ICommandSender sender,
java.lang.String[] parts,
net.minecraft.util.math.BlockPos blockPos) |
void |
processCommandHelp(net.minecraft.command.ICommandSender icommandsender,
java.lang.String[] astring) |
public static final java.lang.String NAME
public CommandModifyAbilities(org.cyclops.cyclopscore.init.ModBase mod)
public java.lang.String getFullCommand()
getFullCommand
in class org.cyclops.cyclopscore.command.CommandMod
public java.util.List<java.lang.String> getTabCompletions(net.minecraft.server.MinecraftServer server, net.minecraft.command.ICommandSender sender, java.lang.String[] parts, net.minecraft.util.math.BlockPos blockPos)
getTabCompletions
in interface net.minecraft.command.ICommand
getTabCompletions
in class org.cyclops.cyclopscore.command.CommandMod
public void processCommandHelp(net.minecraft.command.ICommandSender icommandsender, java.lang.String[] astring) throws net.minecraft.command.CommandException
processCommandHelp
in class org.cyclops.cyclopscore.command.CommandMod
net.minecraft.command.CommandException
public void execute(net.minecraft.server.MinecraftServer server, net.minecraft.command.ICommandSender sender, java.lang.String[] parts) throws net.minecraft.command.CommandException
execute
in interface net.minecraft.command.ICommand
execute
in class org.cyclops.cyclopscore.command.CommandMod
net.minecraft.command.CommandException