Class ScriptLoader.ScriptInfo

java.lang.Object
ch.njol.skript.ScriptLoader.ScriptInfo
Enclosing class:
ScriptLoader

public static class ScriptLoader.ScriptInfo extends Object
A class for keeping track of the general content of a script:
  • The amount of files
  • The amount of structures
  • Field Details

    • files

      public int files
    • structures

      public int structures
  • Constructor Details

    • ScriptInfo

      public ScriptInfo()
    • ScriptInfo

      public ScriptInfo(int numFiles, int numStructures)
    • ScriptInfo

      public ScriptInfo(ScriptLoader.ScriptInfo other)
      Copy constructor.
      Parameters:
      other - ScriptInfo to copy from
  • Method Details