Uses of Class
net.minecraft.resource.featuretoggle.FeatureFlag
Package
Description
-
Uses of FeatureFlag in net.minecraft.block
Modifier and TypeMethodDescriptionprivate static PillarBlock
Blocks.createBambooBlock
(MapColor topMapColor, MapColor sideMapColor, BlockSoundGroup soundGroup, 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.UPDATE_1_20
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)