Uses of Class
net.minecraft.world.flag.FeatureFlag
Packages that use FeatureFlag
Package
Description
-
Uses of FeatureFlag in net.minecraft.world.effect
Methods in net.minecraft.world.effect with parameters of type FeatureFlag -
Uses of FeatureFlag in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type FeatureFlagModifier and TypeMethodDescriptionEntityType.Builder.requiredFeatures
(FeatureFlag... requiredFeatures) -
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.TRADE_REBALANCE
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 location) Deprecated.FeatureFlagRegistry.Builder.create
(ResourceLocation location, boolean modded) FeatureFlagRegistry.Builder.createVanilla
(String id) FeatureFlagRegistry.getFlag
(ResourceLocation name) Methods in net.minecraft.world.flag that return types with arguments of type FeatureFlagMethods in net.minecraft.world.flag with parameters of type FeatureFlagModifier and TypeMethodDescriptionboolean
FeatureFlagSet.contains
(FeatureFlag flag) static FeatureFlagSet
FeatureFlagSet.of
(FeatureFlag flag) static FeatureFlagSet
FeatureFlagSet.of
(FeatureFlag flag, FeatureFlag... others) FeatureFlagRegistry.subset
(FeatureFlag... flags) Method parameters in net.minecraft.world.flag with type arguments of type FeatureFlagModifier and TypeMethodDescriptionprivate static long[]
FeatureFlagSet.computeExtendedMask
(FeatureFlagUniverse universe, int firstExtIndex, long firstMask, Iterable<FeatureFlag> otherFlags) private static long
FeatureFlagSet.computeMask
(FeatureFlagUniverse universe, long mask, Iterable<FeatureFlag> flags) (package private) static FeatureFlagSet
FeatureFlagSet.create
(FeatureFlagUniverse universe, Collection<FeatureFlag> flags) Constructor parameters in net.minecraft.world.flag with type arguments of type FeatureFlagModifierConstructorDescription(package private)
FeatureFlagRegistry
(FeatureFlagUniverse universe, FeatureFlagSet allFlags, Map<ResourceLocation, FeatureFlag> names) -
Uses of FeatureFlag in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory with parameters of type FeatureFlagModifier and TypeMethodDescriptionprivate static <T extends AbstractContainerMenu>
MenuType<T> MenuType.register
(String key, MenuType.MenuSupplier<T> factory, FeatureFlag... requiredFeatures) -
Uses of FeatureFlag in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type FeatureFlagModifier and TypeMethodDescriptionstatic SmithingTemplateItem
SmithingTemplateItem.createArmorTrimTemplate
(ResourceKey<TrimPattern> key, FeatureFlag... requiredFeatures) static SmithingTemplateItem
SmithingTemplateItem.createArmorTrimTemplate
(ResourceLocation name, FeatureFlag... requiredFeatures) Item.Properties.requiredFeatures
(FeatureFlag... requiredFeatures) Constructors in net.minecraft.world.item with parameters of type FeatureFlagModifierConstructorDescriptionSmithingTemplateItem
(Component appliesTo, Component ingredients, Component upgradeDescription, Component baseSlotDescription, Component additionsSlotDescription, List<ResourceLocation> baseSlotEmptyIcons, List<ResourceLocation> additionalSlotEmptyIcons, FeatureFlag... requiredFeatures) -
Uses of FeatureFlag in net.minecraft.world.item.alchemy
Methods in net.minecraft.world.item.alchemy with parameters of type FeatureFlag -
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... requiredFeatures)
FeatureFlagRegistry.Builder.create(ResourceLocation, boolean)
instead