Interface ServerLoaded

All Superinterfaces:
Loaded

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

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

    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