Uses of Class
net.minecraft.resource.featuretoggle.FeatureFlag
Packages that use FeatureFlag
Package
Description
- 
Uses of FeatureFlag in net.minecraft.blockMethods in net.minecraft.block with parameters of type FeatureFlagModifier and TypeMethodDescriptionprivate static FlowerPotBlockBlocks.createFlowerPotBlock(Block flower, FeatureFlag[] requiredFeatures) private static ButtonBlockBlocks.createWoodenButtonBlock(BlockSetType blockSetType, FeatureFlag[] requiredFeatures) AbstractBlock.Settings.requires(FeatureFlag[] features) 
- 
Uses of FeatureFlag in net.minecraft.data.familyMethods in net.minecraft.data.family with parameters of type FeatureFlag
- 
Uses of FeatureFlag in net.minecraft.entityMethods in net.minecraft.entity with parameters of type FeatureFlag
- 
Uses of FeatureFlag in net.minecraft.itemMethods in net.minecraft.item with parameters of type FeatureFlag
- 
Uses of FeatureFlag in net.minecraft.resource.featuretoggleFields in net.minecraft.resource.featuretoggle declared as FeatureFlagModifier and TypeFieldDescriptionstatic final FeatureFlagFeatureFlags.BUNDLEstatic final FeatureFlagFeatureFlags.TRADE_REBALANCEstatic final FeatureFlagFeatureFlags.VANILLAFields in net.minecraft.resource.featuretoggle with type parameters of type FeatureFlagModifier and TypeFieldDescriptionprivate final Map<Identifier,FeatureFlag> FeatureManager.Builder.featureFlagsprivate final Map<Identifier,FeatureFlag> FeatureManager.featureFlagsMethods 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 TypeMethodDescriptionbooleanFeatureSet.contains(FeatureFlag feature) FeatureManager.featureSetOf(FeatureFlag[] features) static FeatureSetFeatureSet.of(FeatureFlag feature) static FeatureSetFeatureSet.of(FeatureFlag feature1, FeatureFlag[] features) Method parameters in net.minecraft.resource.featuretoggle with type arguments of type FeatureFlagModifier and TypeMethodDescriptionprivate static longFeatureSet.combineMask(FeatureUniverse universe, long featuresMask, Iterable<FeatureFlag> newFeatures) (package private) static FeatureSetFeatureSet.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.screenMethods 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)