| Package | Description |
|---|---|
| net.tridentsdk |
Primary server access to properties provided by the API
|
| net.tridentsdk.config |
Configuration wrappers over JSON/facilities provided by GSON
|
| net.tridentsdk.plugin |
Plugin handlers, and related API
|
| net.tridentsdk.server |
The main server workings, all of what happens, happens here.
|
| Modifier and Type | Method and Description |
|---|---|
static Config |
Trident.config()
The server configuration file
|
Config |
Server.config()
The server configuration file
|
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.parentSection() |
Config |
ConfigSection.rootSection()
The JSON root from the parent
|
Config |
Config.rootSection() |
| Modifier and Type | Method and Description |
|---|---|
Config |
Plugin.defaultConfig()
The default configuration for this plugin, which may or may not exist physically
|
| Modifier and Type | Method and Description |
|---|---|
Config |
TridentServer.config() |
| Modifier and Type | Method and Description |
|---|---|
static TridentServer |
TridentServer.createServer(Config config)
Creates the server access base, distributing information to the fields available
|
Copyright © 2016. All rights reserved.