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 FeatureFlag -
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<Identifier, FeatureFlag> FeatureFlagRegistry.Builder.flagsprivate final Map<Identifier, FeatureFlag> FeatureFlagRegistry.namesMethods in net.minecraft.world.flag that return FeatureFlagModifier and TypeMethodDescriptionFeatureFlagRegistry.Builder.create(Identifier name) Deprecated.FeatureFlagRegistry.Builder.create(Identifier p_250098_, boolean modded) FeatureFlagRegistry.Builder.createVanilla(String name) FeatureFlagRegistry.getFlag(Identifier 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... flags) 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 FeatureFlagModifierConstructorDescriptionprivateFeatureFlagRegistry(FeatureFlagUniverse universe, FeatureFlagSet allFlags, Map<Identifier, 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 name, MenuType.MenuSupplier<T> constructor, FeatureFlag... flags) -
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.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... flags) -
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(Identifier, boolean)instead