Class CustomLevelConfig


  • @Plugin(name="CustomLevel",
            category="Core",
            printObject=true)
    public final class CustomLevelConfig
    extends Object
    Descriptor of a custom Level object that is created via configuration.
    • Method Detail

      • getLevelName

        public String getLevelName()
        Returns the custom level name.
        Returns:
        the custom level name
      • getIntLevel

        public int getIntLevel()
        Returns the custom level intLevel that determines the strength of the custom level relative to the built-in levels.
        Returns:
        the custom level intLevel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object