diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-08-18 13:31:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 12:31:23 +0100 |
commit | f6ca23fcc1d13389ab9460c843a0f2126eb84443 (patch) | |
tree | 776a27cc56f2d603bc76b8e08392ebf4d38427b8 /api/OneConfig.api | |
parent | 97f788ecd4be15b1556ee1f3d8bd057bdf06bf5f (diff) | |
download | OneConfig-f6ca23fcc1d13389ab9460c843a0f2126eb84443.tar.gz OneConfig-f6ca23fcc1d13389ab9460c843a0f2126eb84443.tar.bz2 OneConfig-f6ca23fcc1d13389ab9460c843a0f2126eb84443.zip |
Blur (#94)
* blurring
* api
* update optifine hook
Diffstat (limited to 'api/OneConfig.api')
-rw-r--r-- | api/OneConfig.api | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/api/OneConfig.api b/api/OneConfig.api index c59b18e..553b87c 100644 --- a/api/OneConfig.api +++ b/api/OneConfig.api @@ -496,23 +496,23 @@ public abstract interface class cc/polyfrost/oneconfig/gui/GuiPause { public abstract fun doesGuiPauseGame ()Z } -public class cc/polyfrost/oneconfig/gui/OneConfigGui : cc/polyfrost/oneconfig/libs/universal/UScreen, cc/polyfrost/oneconfig/gui/GuiPause { +public class cc/polyfrost/oneconfig/gui/OneConfigGui : cc/polyfrost/oneconfig/utils/gui/OneUIScreen { public static field INSTANCE Lcc/polyfrost/oneconfig/gui/OneConfigGui; public field allowClose Z public field currentColorSelector Lcc/polyfrost/oneconfig/gui/elements/ColorSelector; protected field currentPage Lcc/polyfrost/oneconfig/gui/pages/Page; - public field mouseDown Z protected field prevPage Lcc/polyfrost/oneconfig/gui/pages/Page; public fun <init> ()V public fun <init> (Lcc/polyfrost/oneconfig/gui/pages/Page;)V public fun closeColorSelector ()Lcc/polyfrost/oneconfig/config/core/OneColor; public static fun create ()Lcc/polyfrost/oneconfig/gui/OneConfigGui; public fun doesGuiPauseGame ()Z + public fun draw (JFLcc/polyfrost/oneconfig/utils/InputHandler;)V public fun getColor ()Lcc/polyfrost/oneconfig/config/core/OneColor; public fun getScaleFactor ()F public fun getSearchValue ()Ljava/lang/String; + public fun hasBackgroundBlur ()Z public fun initColorSelector (Lcc/polyfrost/oneconfig/gui/elements/ColorSelector;)V - public fun onDrawScreen (Lcc/polyfrost/oneconfig/libs/universal/UMatrixStack;IIF)V public fun onKeyPressed (ICLcc/polyfrost/oneconfig/libs/universal/UKeyboard$Modifiers;)V public fun onScreenClose ()V public fun openPage (Lcc/polyfrost/oneconfig/gui/pages/Page;)V @@ -1592,6 +1592,7 @@ public abstract class cc/polyfrost/oneconfig/utils/gui/OneUIScreen : cc/polyfros public fun <init> (ZZ)V public fun doesGuiPauseGame ()Z public abstract fun draw (JFLcc/polyfrost/oneconfig/utils/InputHandler;)V + public fun hasBackgroundBlur ()Z public final fun onDrawScreen (Lcc/polyfrost/oneconfig/libs/universal/UMatrixStack;IIF)V } |