Class ScriptCommandBuilder
java.lang.Object
com.github.skriptdev.skript.api.skript.command.ScriptCommandBuilder
Builder for Script Commands.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(ScriptCommandBuilder parent) static ScriptCommandBuildercreate(int commandType, SkriptLogger logger) intbooleanparseCommandLine(String commandLine) setupCommand(FileSection section, ParserState parserState, SkriptLogger logger)
-
Field Details
-
commandType
public int commandType
-
-
Constructor Details
-
ScriptCommandBuilder
-
-
Method Details
-
create
-
parseCommandLine
-
setupCommand
public List<Statement> setupCommand(FileSection section, ParserState parserState, SkriptLogger logger) -
getCommandName
-
getCommandType
public int getCommandType() -
build
-