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