Package | Description |
---|---|
com.codelanx.codelanxlib.command | |
com.codelanx.codelanxlib.config | |
com.codelanx.codelanxlib.econ | |
com.codelanx.codelanxlib.implementers | |
com.codelanx.codelanxlib.internal |
Modifier and Type | Field and Description |
---|---|
protected Lang |
CommandHandler.name
The format for output
|
Modifier and Type | Method and Description |
---|---|
abstract Lang |
SubCommand.info()
Information about this specific command.
|
Lang |
ReloadCommand.info()
Information about this specific command.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandStatus.handle(org.bukkit.command.CommandSender sender,
Lang format,
SubCommand<?> cmd)
Handles output to a
CommandSender upon the execution of a command |
Modifier and Type | Method and Description |
---|---|
static Lang |
Lang.createLang(String format)
Returns a raw Lang object that can be used for dynamic creation of Lang
variables
|
static Lang |
Lang.defaultFormat(String option)
Returns a Lang object representing the default formatting for all
CodelanxLib plugins.
|
Lang |
Lang.getFormat()
Returns the format specifier for this
Lang file. |
static Lang |
Lang.getFormat(org.bukkit.plugin.Plugin plugin)
Returns an acceptable message format for the plugin at hand
|
Modifier and Type | Method and Description |
---|---|
static void |
Lang.sendMessage(org.bukkit.command.CommandSender target,
Lang format,
Lang message,
Object... args)
Sends a message but does not include
getFormat() , instead it
uses a supplied format |
static void |
Lang.sendMessage(org.bukkit.command.CommandSender target,
Lang message,
Object... args)
Sends a formatted string and prepends the
getFormat() to
it. |
static void |
Lang.sendRawMessage(org.bukkit.command.CommandSender target,
Lang message,
Object... args)
Sends a raw message without additional formatting aside from translating
color codes
|
Modifier and Type | Field and Description |
---|---|
protected Lang |
CEconomy.format
The
Lang format to use for output |
Modifier and Type | Method and Description |
---|---|
Lang |
Formatted.getFormat()
The
Lang format to use for any plugin output |
Modifier and Type | Class and Description |
---|---|
class |
InternalLang
Internal
Lang enum for CodelanxLib |
Modifier and Type | Method and Description |
---|---|
Lang |
InternalLang.getFormat() |
Copyright © 2015. All rights reserved.