Interface CommonLoaded

All Superinterfaces:
Loaded

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

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

    Methods inherited from interface dev.jaxydog.lodestone.api.Loaded

    getLoaderId
  • Method Details

    • loadCommon

      void loadCommon()
      Loads this value at runtime.
      Since:
      1.0.0