Package | Description |
---|---|
org.projectnyx.command |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleReader
|
Modifier and Type | Method and Description |
---|---|
default String |
UIText.asHTML(CommandIssuer issuer)
Returns an HTML-encoded text for a specific command issuer.
|
void |
Command.execute(CommandIssuer issuer,
String line)
Trigger this command.
|
String |
UIText.get(CommandIssuer issuer)
Returns a plain text preprocessed for a specific command issuer.
|
String |
StaticPlainText.get(CommandIssuer issuer) |
void |
CommandManager.handleCommand(CommandIssuer issuer,
String commandLine)
Handle a line of command sent from a command issuer
|
default String |
UIText.toANSI(CommandIssuer issuer) |
default String |
UIText.toMinecraft(CommandIssuer issuer)
Returns a text encoded with Minecraft color codes (
§* ). |
Copyright © 2016. All rights reserved.