Package ch.njol.skript
Class ScriptLoader.ScriptInfo
java.lang.Object
ch.njol.skript.ScriptLoader.ScriptInfo
- Enclosing class:
ScriptLoader
A class for keeping track of the general content of a script:
- The amount of files
- The amount of structures
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ScriptLoader.ScriptInfo other) void
subtract
(ScriptLoader.ScriptInfo other) toString()
-
Field Details
-
files
public int files -
structures
public int structures
-
-
Constructor Details
-
ScriptInfo
public ScriptInfo() -
ScriptInfo
public ScriptInfo(int numFiles, int numStructures) -
ScriptInfo
Copy constructor.- Parameters:
other
- ScriptInfo to copy from
-
-
Method Details