Interface ServerLoaded
- All Superinterfaces:
Loaded
A value that should be loaded at runtime.
The provided loadServer() method is only run on the server. If you only want the client or both, see
ClientLoaded and CommonLoaded.
- Since:
- 1.0.0
- See Also:
-
Method Summary
Methods inherited from interface dev.jaxydog.lodestone.api.Loaded
getLoaderId
-
Method Details
-
loadServer
void loadServer()Loads this value at runtime on the server.- Since:
- 1.0.0
-