Interface | Description |
---|---|
DataContainer |
Interface for an object that can store arbitrary data referenced via
Key objects. |
Class | Description |
---|---|
CachingSupplier<T> |
Caching layer between Supplier and caller.
|
DynamicDataContainer |
DataContainer implementation that delegates the method calls to other DataContainer implementations.
|
PerServerContainer |
Container for data about a player linked to a single server.
|
PlayerContainer |
DataContainer about a Player.
|
RawDataContainer |
DataContainer that stores everything as raw object value.
|
ServerContainer |
DataContainer for a single server.
|
SupplierDataContainer |
DataContainer implementation that stores everything in
Supplier objects. |