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... pRequiredFeatures) -
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 pLocation) Deprecated.FeatureFlagRegistry.Builder.create
(ResourceLocation pLocation, boolean modded) FeatureFlagRegistry.Builder.createVanilla
(String pId) 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 pFlag) static FeatureFlagSet
FeatureFlagSet.of
(FeatureFlag pFlag) static FeatureFlagSet
FeatureFlagSet.of
(FeatureFlag pFlag, FeatureFlag... pOthers) FeatureFlagRegistry.subset
(FeatureFlag... pFlags) 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 pUniverse, long pMask, Iterable<FeatureFlag> pFlags) (package private) static FeatureFlagSet
FeatureFlagSet.create
(FeatureFlagUniverse pUniverse, Collection<FeatureFlag> pFlags) Constructor parameters in net.minecraft.world.flag with type arguments of type FeatureFlagModifierConstructorDescription(package private)
FeatureFlagRegistry
(FeatureFlagUniverse pUniverse, FeatureFlagSet pAllFlags, Map<ResourceLocation, FeatureFlag> pNames) -
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 pKey, MenuType.MenuSupplier<T> pFactory, FeatureFlag... pRequiredFeatures) -
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> pKey, FeatureFlag... pRequiredFeatures) static SmithingTemplateItem
SmithingTemplateItem.createArmorTrimTemplate
(ResourceLocation pName, FeatureFlag... pRequiredFeatures) Item.Properties.requiredFeatures
(FeatureFlag... pRequiredFeatures) Constructors in net.minecraft.world.item with parameters of type FeatureFlagModifierConstructorDescriptionSmithingTemplateItem
(Component pAppliesTo, Component pIngredients, Component pUpgradeDescription, Component pBaseSlotDescription, Component pAdditionsSlotDescription, List<ResourceLocation> pBaseSlotEmptyIcons, List<ResourceLocation> pAdditionalSlotEmptyIcons, FeatureFlag... pRequiredFeatures) -
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... pRequiredFeatures)
FeatureFlagRegistry.Builder.create(ResourceLocation, boolean)
instead