Uses of Class
net.minecraft.world.gen.feature.FeatureSpread
-
Packages that use FeatureSpread Package Description net.minecraft.world.gen net.minecraft.world.gen.feature net.minecraft.world.gen.foliageplacer -
-
Uses of FeatureSpread in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type FeatureSpread Modifier and Type Method Description default R
IDecoratable. count(FeatureSpread p_242730_1_)
-
Uses of FeatureSpread in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as FeatureSpread Modifier and Type Field Description private FeatureSpread
FeatureSpreadConfig. count
private FeatureSpread
ColumnConfig. height
private FeatureSpread
BlobReplacementConfig. radius
FeatureSpread
SphereReplaceConfig. radius
private FeatureSpread
ColumnConfig. reach
private FeatureSpread
BasaltDeltasFeature. rimSize
private FeatureSpread
BasaltDeltasFeature. size
Fields in net.minecraft.world.gen.feature with type parameters of type FeatureSpread Modifier and Type Field Description static com.mojang.serialization.Codec<FeatureSpread>
FeatureSpread. CODEC
Methods in net.minecraft.world.gen.feature that return FeatureSpread Modifier and Type Method Description FeatureSpread
FeatureSpreadConfig. count()
static FeatureSpread
FeatureSpread. fixed(int p_242252_0_)
FeatureSpread
ColumnConfig. height()
static FeatureSpread
FeatureSpread. of(int p_242253_0_, int p_242253_1_)
FeatureSpread
BlobReplacementConfig. radius()
FeatureSpread
ColumnConfig. reach()
FeatureSpread
BasaltDeltasFeature. rimSize()
FeatureSpread
BasaltDeltasFeature. size()
Methods in net.minecraft.world.gen.feature that return types with arguments of type FeatureSpread Modifier and Type Method Description static com.mojang.serialization.Codec<FeatureSpread>
FeatureSpread. codec(int p_242254_0_, int p_242254_1_, int p_242254_2_)
Constructors in net.minecraft.world.gen.feature with parameters of type FeatureSpread Constructor Description BasaltDeltasFeature(BlockState p_i241985_1_, BlockState p_i241985_2_, FeatureSpread p_i241985_3_, FeatureSpread p_i241985_4_)
BlobReplacementConfig(BlockState p_i241993_1_, BlockState p_i241993_2_, FeatureSpread p_i241993_3_)
ColumnConfig(FeatureSpread p_i241981_1_, FeatureSpread p_i241981_2_)
FeatureSpreadConfig(FeatureSpread p_i241983_1_)
SphereReplaceConfig(BlockState p_i241986_1_, FeatureSpread p_i241986_2_, int p_i241986_3_, java.util.List<BlockState> p_i241986_4_)
-
Uses of FeatureSpread in net.minecraft.world.gen.foliageplacer
Fields in net.minecraft.world.gen.foliageplacer declared as FeatureSpread Modifier and Type Field Description private FeatureSpread
MegaPineFoliagePlacer. crownHeight
private FeatureSpread
PineFoliagePlacer. height
protected FeatureSpread
FoliagePlacer. offset
protected FeatureSpread
FoliagePlacer. radius
private FeatureSpread
SpruceFoliagePlacer. trunkHeight
Methods in net.minecraft.world.gen.foliageplacer that return types with arguments of type FeatureSpread Modifier and Type Method Description protected static <P extends BlobFoliagePlacer>
com.mojang.datafixers.Products.P3<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,FeatureSpread,FeatureSpread,java.lang.Integer>BlobFoliagePlacer. blobParts(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> p_236740_0_)
protected static <P extends BlobFoliagePlacer>
com.mojang.datafixers.Products.P3<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,FeatureSpread,FeatureSpread,java.lang.Integer>BlobFoliagePlacer. blobParts(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> p_236740_0_)
protected static <P extends FoliagePlacer>
com.mojang.datafixers.Products.P2<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,FeatureSpread,FeatureSpread>FoliagePlacer. foliagePlacerParts(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> p_242830_0_)
protected static <P extends FoliagePlacer>
com.mojang.datafixers.Products.P2<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,FeatureSpread,FeatureSpread>FoliagePlacer. foliagePlacerParts(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> p_242830_0_)
-