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 FeatureFlag -
Uses of FeatureFlag in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type FeatureFlag -
Uses of FeatureFlag in net.minecraft.entity.effect
Methods in net.minecraft.entity.effect with parameters of type FeatureFlag -
Uses of FeatureFlag in net.minecraft.item
Methods in net.minecraft.item with parameters of type FeatureFlagModifier and TypeMethodDescriptionstatic SmithingTemplateItem
SmithingTemplateItem.of
(RegistryKey<ArmorTrimPattern> trimPattern, FeatureFlag[] requiredFeatures) static SmithingTemplateItem
SmithingTemplateItem.of
(Identifier trimPatternIn, FeatureFlag[] requiredFeatures) Item.Settings.requires
(FeatureFlag[] features) Constructors in net.minecraft.item with parameters of type FeatureFlagModifierConstructorDescriptionSmithingTemplateItem
(Text appliesToText, Text ingredientsText, Text titleText, Text baseSlotDescriptionText, Text additionsSlotDescriptionText, List<Identifier> emptyBaseSlotTextures, List<Identifier> emptyAdditionsSlotTextures, FeatureFlag[] requiredFeatures) -
Uses of FeatureFlag in net.minecraft.potion
Methods in net.minecraft.potion 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.TRADE_REBALANCE
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)