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 FeatureFlagFeatureFlags.BUNDLEstatic final FeatureFlagFeatureFlags.TRADE_REBALANCEstatic final FeatureFlagFeatureFlags.VANILLAFields in net.minecraft.world.flag with type parameters of type FeatureFlagModifier and TypeFieldDescriptionprivate final Map<ResourceLocation, FeatureFlag> FeatureFlagRegistry.Builder.flagsprivate final Map<ResourceLocation, FeatureFlag> FeatureFlagRegistry.namesMethods 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 TypeMethodDescriptionbooleanFeatureFlagSet.contains(FeatureFlag flag) static FeatureFlagSetFeatureFlagSet.of(FeatureFlag flag) static FeatureFlagSetFeatureFlagSet.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 longFeatureFlagSet.computeMask(FeatureFlagUniverse universe, long mask, Iterable<FeatureFlag> flags) (package private) static FeatureFlagSetFeatureFlagSet.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 SmithingTemplateItemSmithingTemplateItem.createArmorTrimTemplate(ResourceKey<TrimPattern> key, FeatureFlag... requiredFeatures) static SmithingTemplateItemSmithingTemplateItem.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