Interface KubeJSPaths


public interface KubeJSPaths
  • Field Details

    • FIRST_RUN

      static final org.apache.commons.lang3.mutable.MutableBoolean FIRST_RUN
    • GAMEDIR

      static final Path GAMEDIR
    • DIRECTORY

      static final Path DIRECTORY
    • DATA

      static final Path DATA
    • ASSETS

      static final Path ASSETS
    • STARTUP_SCRIPTS

      static final Path STARTUP_SCRIPTS
    • SERVER_SCRIPTS

      static final Path SERVER_SCRIPTS
    • CLIENT_SCRIPTS

      static final Path CLIENT_SCRIPTS
    • CONFIG

      static final Path CONFIG
    • COMMON_PROPERTIES

      static final Path COMMON_PROPERTIES
    • CLIENT_PROPERTIES

      static final Path CLIENT_PROPERTIES
    • WEB_SERVER_PROPERTIES

      static final Path WEB_SERVER_PROPERTIES
    • CONFIG_DEV_PROPERTIES

      static final Path CONFIG_DEV_PROPERTIES
    • PACKICON

      static final Path PACKICON
    • README

      static final Path README
    • LOCAL

      static final Path LOCAL
    • LOCAL_DEV_PROPERTIES

      static final Path LOCAL_DEV_PROPERTIES
    • EXPORT

      static final Path EXPORT
    • EXPORTED_PACKS

      static final Path EXPORTED_PACKS
    • LOCAL_STARTUP_SCRIPTS

      static final Path LOCAL_STARTUP_SCRIPTS
    • LOCAL_SERVER_SCRIPTS

      static final Path LOCAL_SERVER_SCRIPTS
  • Method Details

    • dir

      static Path dir(Path dir, boolean markFirstRun)
    • dir

      static Path dir(Path dir)
    • get

      static Path get(net.minecraft.server.packs.PackType type)
    • getLocalDevProperties

      static Path getLocalDevProperties()
    • verifyFilePath

      static Path verifyFilePath(Path path) throws IOException
      Throws:
      IOException