Class HeightBasedVineTreeDecorator
java.lang.Object
net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
net.frozenblock.wilderwild.worldgen.impl.treedecorators.HeightBasedVineTreeDecorator
public class HeightBasedVineTreeDecorator
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<HeightBasedVineTreeDecorator> -
Constructor Summary
ConstructorsConstructorDescriptionHeightBasedVineTreeDecorator(float probability, int maxHeight, float placementChance) -
Method Summary
-
Field Details
-
CODEC
-
-
Constructor Details
-
HeightBasedVineTreeDecorator
public HeightBasedVineTreeDecorator(float probability, int maxHeight, float placementChance)
-
-
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
-