Enum Class CompilerType

java.lang.Object
java.lang.Enum<CompilerType>
valorless.rarespawns.compilers.CompilerType
All Implemented Interfaces:
Serializable, Comparable<CompilerType>, Constable

public enum CompilerType extends Enum<CompilerType>
Categories of runtime-compiled script types supported by RareSpawns.

Used by the compiler to resolve source/compiled folder paths and to select the appropriate dynamic class loader.

  • Enum Constant Details

    • ABILITY

      public static final CompilerType ABILITY
      Ability scripts located under plugins/RareSpawns/abilities/.
    • SOUL_POWER

      public static final CompilerType SOUL_POWER
      Soul Power scripts located under plugins/RareSpawns/soulpowers/.
  • Method Details

    • values

      public static CompilerType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CompilerType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • path

      public String path()
      Relative data-folder path used for this compiler type.
      Returns:
      the folder name ("abilities" or "soulpowers") within the plugin data directory