Class CommandArgumentPage
- java.lang.Object
-
- io.manebot.command.executor.chained.argument.CommandArgument
-
- io.manebot.command.executor.chained.argument.CommandArgumentPage
-
public class CommandArgumentPage extends CommandArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CommandArgumentPage.Argument
-
Constructor Summary
Constructors Constructor Description CommandArgumentPage()
CommandArgumentPage(CommandArgumentPage.Argument argument)
-
Method Summary
Modifier and Type Method Description boolean
canCoexist(CommandArgument b)
boolean
canExtend(CommandArgument b)
ChainPriority
cast(ChainState state)
java.lang.String
getHelpString()
-
-
-
Constructor Detail
-
CommandArgumentPage
public CommandArgumentPage()
-
CommandArgumentPage
public CommandArgumentPage(CommandArgumentPage.Argument argument)
-
-
Method Detail
-
getHelpString
public java.lang.String getHelpString()
- Specified by:
getHelpString
in classCommandArgument
-
cast
public ChainPriority cast(ChainState state)
- Specified by:
cast
in classCommandArgument
-
canExtend
public boolean canExtend(CommandArgument b)
- Specified by:
canExtend
in classCommandArgument
-
canCoexist
public boolean canCoexist(CommandArgument b)
- Specified by:
canCoexist
in classCommandArgument
-
-