Class SectorDifficulty

java.lang.Object
mindustry.type.SectorDifficulty

public class SectorDifficulty extends Object
Note: Don't use this class; difficulty will be reworked in v9 to use specific discrete values instead of arbitrary numbers.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Note that these values represent the minimum integer value.
    static final int
    Note that these values represent the minimum integer value.
    static final int
    Note that these values represent the minimum integer value.
    static final int
    Note that these values represent the minimum integer value.
    static final int
    Note that these values represent the minimum integer value.
    static final int
    Note that these values represent the minimum integer value.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • low

      public static final int low
      Note that these values represent the minimum integer value. Thus, low would be 0-2, medium would be 3-4, etc.
      See Also:
    • medium

      public static final int medium
      Note that these values represent the minimum integer value. Thus, low would be 0-2, medium would be 3-4, etc.
      See Also:
    • high

      public static final int high
      Note that these values represent the minimum integer value. Thus, low would be 0-2, medium would be 3-4, etc.
      See Also:
    • extreme

      public static final int extreme
      Note that these values represent the minimum integer value. Thus, low would be 0-2, medium would be 3-4, etc.
      See Also:
    • eradication

      public static final int eradication
      Note that these values represent the minimum integer value. Thus, low would be 0-2, medium would be 3-4, etc.
      See Also:
    • unreasonable

      public static final int unreasonable
      Note that these values represent the minimum integer value. Thus, low would be 0-2, medium would be 3-4, etc.
      See Also:
  • Constructor Details

    • SectorDifficulty

      public SectorDifficulty()