Uses of Interface
org.bukkit.FeatureFlag
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes dedicated to handling data pack information.
-
Uses of FeatureFlag in io.papermc.paper.datapack
Modifier and TypeMethodDescriptionDatapack.getRequiredFeatures()
Gets the set of required features for this datapack. -
Uses of FeatureFlag in io.papermc.paper.world.flag
Modifier and TypeMethodDescriptionFeatureFlagSetHolder.getFeatureFlags()
Get allFeatureFlags
enabled in this world.default @Unmodifiable Set
<FeatureFlag> FeatureDependant.requiredFeatures()
Gets the set of required feature flags for this to be enabled. -
Uses of FeatureFlag in org.bukkit
Modifier and TypeFieldDescriptionstatic final FeatureFlag
FeatureFlag.BUNDLE
Deprecated.not available since 1.21.2static final FeatureFlag
FeatureFlag.MINECART_IMPROVEMENTS
static final FeatureFlag
FeatureFlag.REDSTONE_EXPERIMENTS
static final FeatureFlag
FeatureFlag.TRADE_REBALANCE
Thetrade_rebalance
feature flag.static final FeatureFlag
FeatureFlag.UPDATE_1_20
Deprecated.static final FeatureFlag
FeatureFlag.UPDATE_121
Deprecated.static final FeatureFlag
FeatureFlag.VANILLA
Thevanilla
feature flag.static final FeatureFlag
FeatureFlag.WINTER_DROP
Modifier and TypeFieldDescriptionstatic final Index
<Key, FeatureFlag> FeatureFlag.ALL_FLAGS
An index of all feature flags.Modifier and TypeMethodDescriptionWorld.getFeatureFlags()
Get allFeatureFlag
enabled in this world. -
Uses of FeatureFlag in org.bukkit.packs
Modifier and TypeMethodDescriptionDataPack.getRequestedFeatures()
Deprecated, for removal: This API element is subject to removal in a future version.Gets a set of features requested by this data pack.