Package org.bukkit
Interface FeatureFlag
This represents a Feature Flag for a
FeatureFlagSetHolder
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final Index
<Key, FeatureFlag> An index of all feature flags.static final FeatureFlag
Thebundle
feature flag.static final FeatureFlag
Thetrade_rebalance
feature flag.static final FeatureFlag
Deprecated.static final FeatureFlag
Deprecated.static final FeatureFlag
Thevanilla
feature flag. -
Method Summary
-
Field Details
-
VANILLA
Thevanilla
feature flag. -
BUNDLE
Thebundle
feature flag. -
TRADE_REBALANCE
Thetrade_rebalance
feature flag. -
UPDATE_1_20
Deprecated. -
UPDATE_121
Deprecated. -
ALL_FLAGS
An index of all feature flags.
-