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 | Method and Description |
---|---|
Lang |
ReloadCommand.info()
Information about this specific command.
|
abstract Lang |
CommandNode.info()
Information about this specific command.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandStatus.handle(CommandSender sender,
Lang format,
CommandNode<?> cmd)
Handles output to a
CommandSender upon the execution of a command |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLang
Default lang messages used for plugins
|
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
LangFile file. |
Lang |
DefaultLang.getFormat() |
static Lang |
Lang.getFormat(Plugin plugin)
Returns an acceptable message format for the plugin at hand
|
Modifier and Type | Method and Description |
---|---|
static void |
Lang.sendMessage(CommandSender target,
Lang format,
com.codelanx.commons.config.LangFile message,
Object... args)
Sends a message but does not include
getFormat(org.bukkit.plugin.Plugin) , instead it
uses a supplied format |
static void |
Lang.sendMessage(CommandSender target,
Lang message,
Object... args)
Sends a formatted string and prepends the
getFormat(org.bukkit.plugin.Plugin) to
it. |
static void |
Lang.sendMessage(OfflinePlayer target,
Lang format,
com.codelanx.commons.config.LangFile message,
Object... args) |
static void |
Lang.sendMessage(OfflinePlayer target,
Lang message,
Object... args) |
static void |
Lang.sendMessage(Player target,
Lang format,
com.codelanx.commons.config.LangFile message,
Object... args) |
static void |
Lang.sendMessage(Player target,
Lang message,
Object... args) |
static void |
Lang.sendRawMessage(CommandSender target,
Lang message,
Object... args)
Sends a raw message without additional formatting aside from translating
color codes
|
static void |
Lang.sendRawMessage(OfflinePlayer target,
Lang message,
Object... args) |
static void |
Lang.sendRawMessage(Player target,
Lang message,
Object... args) |
Modifier and Type | Field and Description |
---|---|
protected Lang |
CEconomy.format
The
LangFile format to use for output |
Modifier and Type | Method and Description |
---|---|
Lang |
Formatted.getFormat()
The
LangFile format to use for any plugin output |
Modifier and Type | Class and Description |
---|---|
class |
InternalLang
Internal
LangFile enum for CodelanxLib |
Modifier and Type | Method and Description |
---|---|
Lang |
InternalLang.getFormat() |
Copyright © 2017. All rights reserved.