Uses of Interface
org.bukkit.FeatureFlag
Packages that use 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
Methods in io.papermc.paper.datapack that return types with arguments of type FeatureFlagModifier and TypeMethodDescriptionDatapack.getRequiredFeatures()
Gets the set of required features for this datapack. -
Uses of FeatureFlag in io.papermc.paper.world.flag
Methods in io.papermc.paper.world.flag that return types with arguments of type FeatureFlagModifier 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
Fields in org.bukkit declared as FeatureFlagModifier 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
static final FeatureFlag
FeatureFlag.UPDATE_1_20
Deprecated.not available since 1.20 Thetrade_rebalance
feature flag.static final FeatureFlag
FeatureFlag.UPDATE_121
Deprecated.not available since 1.21static final FeatureFlag
FeatureFlag.VANILLA
Thevanilla
feature flag.static final FeatureFlag
FeatureFlag.WINTER_DROP
Fields in org.bukkit with type parameters of type FeatureFlagModifier and TypeFieldDescriptionstatic final Index
<Key, FeatureFlag> FeatureFlag.ALL_FLAGS
An index of all feature flags.Methods in org.bukkit that return types with arguments of type FeatureFlagModifier and TypeMethodDescriptionWorld.getFeatureFlags()
Get allFeatureFlag
enabled in this world. -
Uses of FeatureFlag in org.bukkit.packs
Methods in org.bukkit.packs that return types with arguments of type FeatureFlagModifier 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.