Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

ICommand

An ICommand Object represents a command ingame.

Importing the package

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import.
import crafttweaker.command.ICommand;

ZenGetters

ZenGetterReturn Type
ZenGetter
name
Return Type
string
ZenGetter
aliases
Return Type
List<String>

ZenMethods