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