| 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
Class description for  
DefaultLang | 
| 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. | 
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,
           Lang message,
           Object... args)
Sends a message but does not include  
getFormat(), instead it
 uses a supplied format | 
static void | 
Lang.sendMessage(CommandSender target,
           Lang message,
           Object... args)
Sends a formatted string and prepends the  
getFormat() to
 it. | 
static void | 
Lang.sendMessage(OfflinePlayer target,
           Lang format,
           Lang message,
           Object... args)  | 
static void | 
Lang.sendMessage(OfflinePlayer target,
           Lang message,
           Object... args)  | 
static void | 
Lang.sendMessage(Player target,
           Lang format,
           Lang 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)  | 
static void | 
Lang.sendTitle(Player target,
         Lang message,
         Object... args)
Issues a "title" command to a  
Player target with the passed Lang | 
static void | 
Lang.tellRaw(Player target,
       Lang message,
       Object... args)
Issues a "tellRaw" to a  
Player target with the supplied Lang | 
| 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.