Uses of Class
net.minecraft.world.gen.feature.FeatureSpreadConfig
Packages that use FeatureSpreadConfig
-
Uses of FeatureSpreadConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type FeatureSpreadConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FeatureSpreadConfig>
FeatureSpreadConfig.CODEC
static final ConfiguredPlacement<FeatureSpreadConfig>
Features.Placements.FIRE
static final Feature<FeatureSpreadConfig>
Feature.SEA_PICKLE
Methods in net.minecraft.world.gen.feature with parameters of type FeatureSpreadConfigModifier and TypeMethodDescriptionboolean
SeaPickleFeature.place
(ISeedReader p_241855_1_, ChunkGenerator p_241855_2_, Random p_241855_3_, BlockPos p_241855_4_, FeatureSpreadConfig p_241855_5_) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type FeatureSpreadConfigModifierConstructorDescriptionSeaPickleFeature
(com.mojang.serialization.Codec<FeatureSpreadConfig> p_i231987_1_) -
Uses of FeatureSpreadConfig in net.minecraft.world.gen.placement
Fields in net.minecraft.world.gen.placement with type parameters of type FeatureSpreadConfigModifier and TypeFieldDescriptionstatic final Placement<FeatureSpreadConfig>
Placement.COUNT
static final Placement<FeatureSpreadConfig>
Placement.COUNT_MULTILAYER
static final Placement<FeatureSpreadConfig>
Placement.FIRE
static final Placement<FeatureSpreadConfig>
Placement.GLOWSTONE
Methods in net.minecraft.world.gen.placement with parameters of type FeatureSpreadConfigModifier and TypeMethodDescriptionCountMultilayerPlacement.getPositions
(WorldDecoratingHelper p_241857_1_, Random p_241857_2_, FeatureSpreadConfig p_241857_3_, BlockPos p_241857_4_) CountPlacement.place
(Random p_212852_1_, FeatureSpreadConfig p_212852_2_, BlockPos p_212852_3_) FirePlacement.place
(Random p_212852_1_, FeatureSpreadConfig p_212852_2_, BlockPos p_212852_3_) GlowstonePlacement.place
(Random p_212852_1_, FeatureSpreadConfig p_212852_2_, BlockPos p_212852_3_) Constructor parameters in net.minecraft.world.gen.placement with type arguments of type FeatureSpreadConfigModifierConstructorDescriptionCountMultilayerPlacement
(com.mojang.serialization.Codec<FeatureSpreadConfig> p_i242034_1_) CountPlacement
(com.mojang.serialization.Codec<FeatureSpreadConfig> p_i242016_1_) FirePlacement
(com.mojang.serialization.Codec<FeatureSpreadConfig> p_i232101_1_) GlowstonePlacement
(com.mojang.serialization.Codec<FeatureSpreadConfig> p_i242035_1_)