Class RenderScaleConfig

java.lang.Object
dev.zelo.renderscale.config.RenderScaleConfig
All Implemented Interfaces:
me.shedaniel.autoconfig.ConfigData

public class RenderScaleConfig extends Object implements me.shedaniel.autoconfig.ConfigData
  • Nested Class Summary

    Nested classes/interfaces inherited from interface me.shedaniel.autoconfig.ConfigData

    me.shedaniel.autoconfig.ConfigData.ValidationException
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     
    float
    The (Iris) render scale factor.
    float
    The (non Iris) render scale factor.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    float
     
    static me.shedaniel.autoconfig.ConfigHolder<RenderScaleConfig>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface me.shedaniel.autoconfig.ConfigData

    validatePostLoad
  • Field Details

    • scale

      public float scale
      The (non Iris) render scale factor. This is not the *current* render scale!
    • forceLinear

      public boolean forceLinear
    • irisScale

      public float irisScale
      The (Iris) render scale factor. This is not the *current* render scale!
  • Constructor Details

    • RenderScaleConfig

      public RenderScaleConfig()
  • Method Details

    • init

      public static me.shedaniel.autoconfig.ConfigHolder<RenderScaleConfig> init()
    • getScale

      public float getScale()
    • getFilter

      public boolean getFilter()