See: Description
| Class | Description |
|---|---|
| Config |
Represents the root ConfigSection of a Configuration file Controls all IO actions of the file
|
| ConfigList<V> |
A LinkedList [implementation] that also makes changes to the underlying JsonArray object
|
| ConfigSection |
Represents a section of the Config file
|
| ConfigSectionList<V> |
Section of the config dedicated to storing values from a collection
|
Configs can be used and created using the Config
The Factories API also contains access methods to JSON configurations, which can be accessed using
net.tridentsdk.factory.Factories#configs()
Basic functionality for the JSON configuration is in the ConfigSection
Copyright © 2016. All rights reserved.