Uses of Class
net.minecraft.resource.featuretoggle.FeatureFlag
Package
Description
-
Uses of FeatureFlag in net.minecraft.block
Modifier 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
-
Uses of FeatureFlag in net.minecraft.entity
-
Uses of FeatureFlag in net.minecraft.item
-
Uses of FeatureFlag in net.minecraft.resource.featuretoggle
Modifier and TypeFieldDescriptionstatic final FeatureFlag
FeatureFlags.BUNDLE
static final FeatureFlag
FeatureFlags.TRADE_REBALANCE
static final FeatureFlag
FeatureFlags.VANILLA
Modifier and TypeFieldDescriptionprivate final Map<Identifier,
FeatureFlag> FeatureManager.Builder.featureFlags
private final Map<Identifier,
FeatureFlag> FeatureManager.featureFlags
Modifier and TypeMethodDescriptionFeatureManager.Builder.addFlag
(Identifier feature) FeatureManager.Builder.addVanillaFlag
(String feature) Modifier and TypeMethodDescriptionboolean
FeatureSet.contains
(FeatureFlag feature) FeatureManager.featureSetOf
(FeatureFlag[] features) static FeatureSet
FeatureSet.of
(FeatureFlag feature) static FeatureSet
FeatureSet.of
(FeatureFlag feature1, FeatureFlag[] features) Modifier and TypeMethodDescriptionprivate static long
FeatureSet.combineMask
(FeatureUniverse universe, long featuresMask, Iterable<FeatureFlag> newFeatures) (package private) static FeatureSet
FeatureSet.of
(FeatureUniverse universe, Collection<FeatureFlag> features) ModifierConstructorDescription(package private)
FeatureManager
(FeatureUniverse universe, FeatureSet featureSet, Map<Identifier, FeatureFlag> featureFlags) -
Uses of FeatureFlag in net.minecraft.screen
Modifier and TypeMethodDescriptionprivate static <T extends ScreenHandler>
ScreenHandlerType<T>ScreenHandlerType.register
(String id, ScreenHandlerType.Factory<T> factory, FeatureFlag[] requiredFeatures)