Class FeatureRule.Features
- java.lang.Object
-
- org.spongepowered.gradle.vanilla.internal.model.rule.FeatureRule.Features
-
- Enclosing class:
- FeatureRule
public static final class FeatureRule.Features extends java.lang.ObjectKnown feature flags.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringHAS_CUSTOM_RESOLUTIONWhether a user has specific window size set.static java.lang.StringIS_DEMO_USERWhether a user is in demo mode
-
Constructor Summary
Constructors Constructor Description Features()
-
-
-
Field Detail
-
IS_DEMO_USER
public static final java.lang.String IS_DEMO_USER
Whether a user is in demo mode- See Also:
- Constant Field Values
-
HAS_CUSTOM_RESOLUTION
public static final java.lang.String HAS_CUSTOM_RESOLUTION
Whether a user has specific window size set.- See Also:
- Constant Field Values
-
-