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 org.bukkit
Fields in org.bukkit declared as FeatureFlagModifier and TypeFieldDescriptionstatic final FeatureFlag
FeatureFlag.BUNDLE
static final FeatureFlag
FeatureFlag.TRADE_REBALANCE
static final FeatureFlag
FeatureFlag.UPDATE_1_20
Deprecated.not available since 1.20static final FeatureFlag
FeatureFlag.UPDATE_121
Deprecated.not available since 1.21static final FeatureFlag
FeatureFlag.VANILLA
Methods in org.bukkit that return FeatureFlagMethods 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()
Gets a set of features requested by this data pack.