Interface ClientLoaded

All Superinterfaces:
Loaded

public interface ClientLoaded extends 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

    Modifier and Type
    Method
    Description
    void
    Loads this value at runtime on the client.

    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