public final class SubAPI
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Version |
getBetaVersion()
Gets the SubServers Beta Version
|
Version |
getGameVersion()
Gets the Minecraft Version
|
UIHandler |
getGraphicHandler()
Gets the Graphics Handler
|
static SubAPI |
getInstance()
Gets the SubAPI Methods
|
SubPlugin |
getInternals()
Deprecated.
Use SubAPI Methods when available
|
java.util.Map<java.lang.String,java.lang.String> |
getLang()
Gets the SubServers Lang
|
java.lang.String |
getLang(java.lang.String key)
Gets a value from the SubServers Lang
|
Version |
getPluginVersion()
Gets the SubServers Version
|
Version |
getServerVersion()
Gets the Server Version
|
SubDataClient |
getSubDataNetwork()
Gets the SubData Network Manager
|
void |
setGraphicHandler(UIHandler graphics)
Sets the Graphics Handler for SubServers to use
|
public static SubAPI getInstance()
@Deprecated public SubPlugin getInternals()
public SubDataClient getSubDataNetwork()
public java.lang.String getLang(java.lang.String key)
key
- Keypublic java.util.Map<java.lang.String,java.lang.String> getLang()
public UIHandler getGraphicHandler()
public void setGraphicHandler(UIHandler graphics)
graphics
- Graphics Handlerpublic Version getBetaVersion()
public Version getPluginVersion()
public Version getServerVersion()
public Version getGameVersion()