Uses of Record Class
net.minecraftforge.common.world.ForgeBiomeModifiers.RemoveFeaturesBiomeModifier
Packages that use ForgeBiomeModifiers.RemoveFeaturesBiomeModifier
-
Uses of ForgeBiomeModifiers.RemoveFeaturesBiomeModifier in net.minecraftforge.common
Fields in net.minecraftforge.common with type parameters of type ForgeBiomeModifiers.RemoveFeaturesBiomeModifierModifier and TypeFieldDescriptionstatic final RegistryObject<com.mojang.serialization.Codec<ForgeBiomeModifiers.RemoveFeaturesBiomeModifier>>
ForgeMod.REMOVE_FEATURES_BIOME_MODIFIER_TYPE
Stock biome modifier for removing features from biomes. -
Uses of ForgeBiomeModifiers.RemoveFeaturesBiomeModifier in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world that return ForgeBiomeModifiers.RemoveFeaturesBiomeModifierModifier and TypeMethodDescriptionForgeBiomeModifiers.RemoveFeaturesBiomeModifier.allSteps
(HolderSet<Biome> biomes, HolderSet<PlacedFeature> features) Creates a modifier that removes the given features from all decoration steps in the given biomes.