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.BUNDLEstatic final FeatureFlagFeatureFlags.TRADE_REBALANCEstatic final FeatureFlagFeatureFlags.UPDATE_1_21static 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 p_250098_) FeatureFlagRegistry.Builder.createVanilla(String p_251782_) Methods in net.minecraft.world.flag with parameters of type FeatureFlagModifier and TypeMethodDescriptionbooleanFeatureFlagSet.contains(FeatureFlag p_249521_) static FeatureFlagSetFeatureFlagSet.of(FeatureFlag p_252331_) static FeatureFlagSetFeatureFlagSet.of(FeatureFlag p_251008_, FeatureFlag... p_249805_) FeatureFlagRegistry.subset(FeatureFlag... p_252295_) Method parameters in net.minecraft.world.flag with type arguments of type FeatureFlagModifier and TypeMethodDescriptionprivate static longFeatureFlagSet.computeMask(FeatureFlagUniverse p_249684_, long p_250982_, Iterable<FeatureFlag> p_251734_) (package private) static FeatureFlagSetFeatureFlagSet.create(FeatureFlagUniverse p_251573_, Collection<FeatureFlag> p_251037_) Constructor parameters in net.minecraft.world.flag with type arguments of type FeatureFlagModifierConstructorDescription(package private)FeatureFlagRegistry(FeatureFlagUniverse p_249715_, FeatureFlagSet p_249277_, Map<ResourceLocation, FeatureFlag> p_249557_) -
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 p_267295_, MenuType.MenuSupplier<T> p_266945_, FeatureFlag... p_267055_) -
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> p_266875_, FeatureFlag... p_334067_) static SmithingTemplateItemSmithingTemplateItem.createArmorTrimTemplate(ResourceLocation p_266880_, FeatureFlag... p_334025_) Item.Properties.requiredFeatures(FeatureFlag... p_250948_) Constructors in net.minecraft.world.item with parameters of type FeatureFlagModifierConstructorDescriptionSmithingTemplateItem(Component p_266834_, Component p_267043_, Component p_267048_, Component p_267278_, Component p_267090_, List<ResourceLocation> p_266755_, List<ResourceLocation> p_267060_, FeatureFlag... p_333776_) -
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... p_248792_)