Uses of Class
net.minecraft.resource.featuretoggle.FeatureFlag
Packages that use FeatureFlag
Package
Description
-
Uses of FeatureFlag in net.minecraft.block
Methods in net.minecraft.block with parameters of type FeatureFlagModifier and TypeMethodDescriptionprivate static FlowerPotBlock
Blocks.createFlowerPotBlock
(Block flower, FeatureFlag[] requiredFeatures) private static ButtonBlock
Blocks.createWoodenButtonBlock
(BlockSetType blockSetType, FeatureFlag[] requiredFeatures) AbstractBlock.Settings.requires
(FeatureFlag[] features) -
Uses of FeatureFlag in net.minecraft.data.family
Methods in net.minecraft.data.family with parameters of type FeatureFlag -
Uses of FeatureFlag in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type FeatureFlag -
Uses of FeatureFlag in net.minecraft.item
Methods in net.minecraft.item with parameters of type FeatureFlag -
Uses of FeatureFlag in net.minecraft.resource.featuretoggle
Fields in net.minecraft.resource.featuretoggle declared as FeatureFlagModifier and TypeFieldDescriptionstatic final FeatureFlag
FeatureFlags.BUNDLE
static final FeatureFlag
FeatureFlags.VANILLA
Fields in net.minecraft.resource.featuretoggle with type parameters of type FeatureFlagModifier and TypeFieldDescriptionprivate final Map<Identifier,
FeatureFlag> FeatureManager.Builder.featureFlags
private final Map<Identifier,
FeatureFlag> FeatureManager.featureFlags
Methods in net.minecraft.resource.featuretoggle that return FeatureFlagModifier and TypeMethodDescriptionFeatureManager.Builder.addFlag
(Identifier feature) FeatureManager.Builder.addVanillaFlag
(String feature) Methods in net.minecraft.resource.featuretoggle with parameters of type FeatureFlagModifier and TypeMethodDescriptionboolean
FeatureSet.contains
(FeatureFlag feature) FeatureManager.featureSetOf
(FeatureFlag[] features) static FeatureSet
FeatureSet.of
(FeatureFlag feature) static FeatureSet
FeatureSet.of
(FeatureFlag feature1, FeatureFlag[] features) Method parameters in net.minecraft.resource.featuretoggle with type arguments of type FeatureFlagModifier and TypeMethodDescriptionprivate static long
FeatureSet.combineMask
(FeatureUniverse universe, long featuresMask, Iterable<FeatureFlag> newFeatures) (package private) static FeatureSet
FeatureSet.of
(FeatureUniverse universe, Collection<FeatureFlag> features) Constructor parameters in net.minecraft.resource.featuretoggle with type arguments of type FeatureFlagModifierConstructorDescription(package private)
FeatureManager
(FeatureUniverse universe, FeatureSet featureSet, Map<Identifier, FeatureFlag> featureFlags) -
Uses of FeatureFlag in net.minecraft.screen
Methods in net.minecraft.screen with parameters of type FeatureFlagModifier and TypeMethodDescriptionprivate static <T extends ScreenHandler>
ScreenHandlerType<T>ScreenHandlerType.register
(String id, ScreenHandlerType.Factory<T> factory, FeatureFlag[] requiredFeatures)