Enum Class MathMode

java.lang.Object
java.lang.Enum<MathMode>
com.pixelmonmod.api.client.screen.util.MathMode
All Implemented Interfaces:
Serializable, Comparable<MathMode>, Constable

public enum MathMode extends Enum<MathMode>
  • Enum Constant Details

    • RELATIVE_SCREEN

      public static final MathMode RELATIVE_SCREEN
      This is for screens like raids, that take up the whole viewport.
    • ABSOLUTE_CENTERED

      public static final MathMode ABSOLUTE_CENTERED
      This is for vanilla style screens like crafting interfaces, where GUI scale matters.
    • ABSOLUTE_TOP_LEFT

      public static final MathMode ABSOLUTE_TOP_LEFT
      /* This has no real use cases, but it is here anyway. Maybe could be used for overlays?
  • Method Details