Class TweakFeature
-
- All Implemented Interfaces:
public class TweakFeature- Since:
2024-02-18
trydofor
-
-
Constructor Summary
Constructors Constructor Description TweakFeature()
-
Method Summary
Modifier and Type Method Description static BooleanglobalValue(@NotNull() Class<out Object> feature)static voidtweakGlobal(@NotNull() Class<out Object> feature, boolean enabled)static voidresetGlobal(@NotNull() Class<out Object> feature)static voidresetGlobal()static HashMap<Class<out Object>, Boolean>copyGlobal()static BooleanthreadlValue(@NotNull() Class<out Object> feature)static voidtweakThread(@NotNull() Class<out Object> feature, boolean enabled)static voidresetThread(@NotNull() Class<out Object> feature)static voidresetThread()static HashMap<Class<out Object>, Boolean>copyThread()-
-
Method Detail
-
globalValue
@Nullable() static Boolean globalValue(@NotNull() Class<out Object> feature)
-
tweakGlobal
static void tweakGlobal(@NotNull() Class<out Object> feature, boolean enabled)
-
resetGlobal
static void resetGlobal(@NotNull() Class<out Object> feature)
-
resetGlobal
static void resetGlobal()
-
copyGlobal
static HashMap<Class<out Object>, Boolean> copyGlobal()
-
threadlValue
@Nullable() static Boolean threadlValue(@NotNull() Class<out Object> feature)
-
tweakThread
static void tweakThread(@NotNull() Class<out Object> feature, boolean enabled)
-
resetThread
static void resetThread(@NotNull() Class<out Object> feature)
-
resetThread
static void resetThread()
-
copyThread
static HashMap<Class<out Object>, Boolean> copyThread()
-
-
-
-