| Package | Description | 
|---|---|
| com.codelanx.codelanxlib.config | |
| com.codelanx.codelanxlib.data.types | |
| com.codelanx.codelanxlib.econ | 
| Modifier and Type | Method and Description | 
|---|---|
default Config | 
Config.retrieve(FileDataType t)
Facade method for  
retrieve(FileDataType, Config) | 
static <T extends FileDataType> | 
Config.retrieve(T file,
        Config config)
Retrieves an anonymous value which can utilize a
  
Config parameter to retrieve data from any source | 
default Config | 
Config.set(Object val)
Sets a value in the  
FileDataType | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends FileDataType> | 
Config.retrieve(T file,
        Config config)
Retrieves an anonymous value which can utilize a
  
Config parameter to retrieve data from any source | 
| Constructor and Description | 
|---|
ConnectionPrefs(Config host,
               Config user,
               Config pass,
               Config database,
               Config port)
Class constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ChargeStatus | 
CEconomy.canCharge(OfflinePlayer p,
         Config value)
Returns whether or not a specific  
OfflinePlayer can be charged an
 amount | 
boolean | 
CEconomy.charge(OfflinePlayer p,
      Config value)
Takes money away from the  
OfflinePlayer | 
boolean | 
CEconomy.pay(OfflinePlayer p,
   Config value)
Gives money to the  
OfflinePlayer | 
Copyright © 2015. All rights reserved.