Package dev.zelo.renderscale.config
Class RenderScaleConfig
java.lang.Object
dev.zelo.renderscale.config.RenderScaleConfig
- All Implemented Interfaces:
me.shedaniel.autoconfig.ConfigData
-
Nested Class Summary
Nested classes/interfaces inherited from interface me.shedaniel.autoconfig.ConfigData
me.shedaniel.autoconfig.ConfigData.ValidationException -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanfloatThe (Iris) render scale factor.floatThe (non Iris) render scale factor. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfloatgetScale()static me.shedaniel.autoconfig.ConfigHolder<RenderScaleConfig> init()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.shedaniel.autoconfig.ConfigData
validatePostLoad
-
Field Details
-
scale
public float scaleThe (non Iris) render scale factor. This is not the *current* render scale! -
forceLinear
public boolean forceLinear -
irisScale
public float irisScaleThe (Iris) render scale factor. This is not the *current* render scale!
-
-
Constructor Details
-
RenderScaleConfig
public RenderScaleConfig()
-
-
Method Details
-
init
-
getScale
public float getScale() -
getFilter
public boolean getFilter()
-