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 FeatureFlagFeatureFlags.MINECART_IMPROVEMENTSstatic final FeatureFlagFeatureFlags.REDSTONE_EXPERIMENTSstatic 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 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 TypeMethodDescriptionbooleanFeatureFlagSet.contains(FeatureFlag pFlag) static FeatureFlagSetFeatureFlagSet.of(FeatureFlag pFlag) static FeatureFlagSetFeatureFlagSet.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 longFeatureFlagSet.computeMask(FeatureFlagUniverse pUniverse, long pMask, Iterable<FeatureFlag> pFlags) (package private) static FeatureFlagSetFeatureFlagSet.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 TypeMethodDescriptionItem.Properties.requiredFeatures(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) -
Uses of FeatureFlag in net.neoforged.neoforge.common.conditions
Methods in net.neoforged.neoforge.common.conditions with parameters of type FeatureFlagModifier and TypeMethodDescriptionstatic IConditionNeoForgeConditions.featureFlagsEnabled(FeatureFlag... requiredFlags)
FeatureFlagRegistry.Builder.create(ResourceLocation, boolean)instead