Uses of Class
net.minecraft.world.flag.FeatureFlag
Packages that use FeatureFlag
Package
Description
-
Uses of FeatureFlag in net.minecraft.data
Methods in net.minecraft.data with parameters of type FeatureFlagModifier and TypeMethodDescriptionBlockFamily.Builder.featureLockedBehind
(FeatureFlag... p_250956_) -
Uses of FeatureFlag in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type FeatureFlag -
Uses of FeatureFlag in net.minecraft.world.flag
Fields in net.minecraft.world.flag declared as FeatureFlagModifier and TypeFieldDescriptionstatic final FeatureFlag
FeatureFlags.BUNDLE
static final FeatureFlag
FeatureFlags.UPDATE_1_20
static final FeatureFlag
FeatureFlags.VANILLA
Fields in net.minecraft.world.flag with type parameters of type FeatureFlagModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
FeatureFlag> FeatureFlagRegistry.Builder.flags
private final Map<ResourceLocation,
FeatureFlag> FeatureFlagRegistry.names
Methods in net.minecraft.world.flag that return FeatureFlagModifier and TypeMethodDescriptionFeatureFlagRegistry.Builder.create
(ResourceLocation p_250098_) FeatureFlagRegistry.Builder.createVanilla
(String p_251782_) Methods in net.minecraft.world.flag with parameters of type FeatureFlagModifier and TypeMethodDescriptionboolean
FeatureFlagSet.contains
(FeatureFlag p_249521_) static FeatureFlagSet
FeatureFlagSet.of
(FeatureFlag p_252331_) static FeatureFlagSet
FeatureFlagSet.of
(FeatureFlag p_251008_, FeatureFlag... p_249805_) FeatureFlagRegistry.subset
(FeatureFlag... p_252295_) Method parameters in net.minecraft.world.flag with type arguments of type FeatureFlagModifier and TypeMethodDescriptionprivate static long
FeatureFlagSet.computeMask
(FeatureFlagUniverse p_249684_, long p_250982_, Iterable<FeatureFlag> p_251734_) (package private) static FeatureFlagSet
FeatureFlagSet.create
(FeatureFlagUniverse p_251573_, Collection<FeatureFlag> p_251037_) Constructor parameters in net.minecraft.world.flag with type arguments of type FeatureFlagModifierConstructorDescription(package private)
FeatureFlagRegistry
(FeatureFlagUniverse p_249715_, FeatureFlagSet p_249277_, Map<ResourceLocation, FeatureFlag> p_249557_) -
Uses of FeatureFlag in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type FeatureFlag -
Uses of FeatureFlag in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type FeatureFlagModifier and TypeMethodDescriptionprivate static RotatedPillarBlock
Blocks.log
(MaterialColor p_259582_, MaterialColor p_259648_, SoundType p_259802_, FeatureFlag... p_260064_) -
Uses of FeatureFlag in net.minecraft.world.level.block.state
Methods in net.minecraft.world.level.block.state with parameters of type FeatureFlagModifier and TypeMethodDescriptionBlockBehaviour.Properties.requiredFeatures
(FeatureFlag... p_248792_)