Class ShelfFungiTreeDecorator
java.lang.Object
net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
net.frozenblock.wilderwild.worldgen.impl.treedecorators.ShelfFungiTreeDecorator
public class ShelfFungiTreeDecorator
extends net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ShelfFungiTreeDecorator> -
Constructor Summary
ConstructorsConstructorDescriptionShelfFungiTreeDecorator(float probability, float placementChance, float redShelfFungusChance) -
Method Summary
-
Field Details
-
CODEC
-
-
Constructor Details
-
ShelfFungiTreeDecorator
public ShelfFungiTreeDecorator(float probability, float placementChance, float redShelfFungusChance)
-
-
Method Details
-
type
@NotNull protected @NotNull net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?> type()- Specified by:
typein classnet.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
-
place
public void place(@NotNull @NotNull net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context generator) - Specified by:
placein classnet.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
-