Interface Platform


public interface Platform
  • Field Details

    • PLATFORM

      static final Platform PLATFORM
  • Method Details

    • getGamePath

      Path getGamePath()
    • getGameDirectory

      default File getGameDirectory()
    • getConfigPath

      Path getConfigPath()
    • getConfigDirectory

      default File getConfigDirectory()
    • load

      static <T> T load(Class<T> clazz)