Class UltraLeaveVineTreeDecorator
java.lang.Object
net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraLeaveVineTreeDecorator
public class UltraLeaveVineTreeDecorator
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.MapCodec<UltraLeaveVineTreeDecorator> static final UltraLeaveVineTreeDecorator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidplace(net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context context) voidplaceVine(net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context context, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.properties.BooleanProperty sideProperty) protected net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?> type()
-
Field Details
-
INSTANCE
-
CODEC
-
-
Constructor Details
-
UltraLeaveVineTreeDecorator
public UltraLeaveVineTreeDecorator()
-
-
Method Details
-
type
protected net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecoratorType<?> type()- Specified by:
typein classnet.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
-
place
public void place(net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context context) - Specified by:
placein classnet.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator
-
placeVine
public void placeVine(net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context context, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.properties.BooleanProperty sideProperty)
-