Uses of Class
net.minecraft.world.flag.FeatureFlag
Package
Description
-
Uses of FeatureFlag in net.minecraft.world.effect
-
Uses of FeatureFlag in net.minecraft.world.entity
-
Uses of FeatureFlag in net.minecraft.world.flag
Modifier and TypeFieldDescriptionstatic final FeatureFlag
FeatureFlags.BUNDLE
static final FeatureFlag
FeatureFlags.TRADE_REBALANCE
static final FeatureFlag
FeatureFlags.UPDATE_1_21
static final FeatureFlag
FeatureFlags.VANILLA
Modifier and TypeFieldDescriptionprivate final Map
<ResourceLocation, FeatureFlag> FeatureFlagRegistry.Builder.flags
private final Map
<ResourceLocation, FeatureFlag> FeatureFlagRegistry.names
Modifier and TypeMethodDescriptionFeatureFlagRegistry.Builder.create
(ResourceLocation p_250098_) FeatureFlagRegistry.Builder.createVanilla
(String p_251782_) Modifier and TypeMethodDescriptionboolean
FeatureFlagSet.contains
(FeatureFlag p_249521_) static FeatureFlagSet
FeatureFlagSet.of
(FeatureFlag p_252331_) static FeatureFlagSet
FeatureFlagSet.of
(FeatureFlag p_251008_, FeatureFlag... p_249805_) FeatureFlagRegistry.subset
(FeatureFlag... p_252295_) Modifier and TypeMethodDescriptionprivate static long
FeatureFlagSet.computeMask
(FeatureFlagUniverse p_249684_, long p_250982_, Iterable<FeatureFlag> p_251734_) (package private) static FeatureFlagSet
FeatureFlagSet.create
(FeatureFlagUniverse p_251573_, Collection<FeatureFlag> p_251037_) ModifierConstructorDescription(package private)
FeatureFlagRegistry
(FeatureFlagUniverse p_249715_, FeatureFlagSet p_249277_, Map<ResourceLocation, FeatureFlag> p_249557_) -
Uses of FeatureFlag in net.minecraft.world.inventory
Modifier 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
Modifier and TypeMethodDescriptionstatic SmithingTemplateItem
SmithingTemplateItem.createArmorTrimTemplate
(ResourceKey<TrimPattern> p_266875_, FeatureFlag... p_334067_) static SmithingTemplateItem
SmithingTemplateItem.createArmorTrimTemplate
(ResourceLocation p_266880_, FeatureFlag... p_334025_) Item.Properties.requiredFeatures
(FeatureFlag... p_250948_) ModifierConstructorDescriptionSmithingTemplateItem
(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
-
Uses of FeatureFlag in net.minecraft.world.level.block.state
Modifier and TypeMethodDescriptionBlockBehaviour.Properties.requiredFeatures
(FeatureFlag... p_248792_)