public class TrunkVineTreeDecorator extends TreeDecorator
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<TrunkVineTreeDecorator> |
CODEC |
static TrunkVineTreeDecorator |
INSTANCE |
TYPE_CODEC| Constructor and Description |
|---|
TrunkVineTreeDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(StructureWorldAccess world,
Random random,
List<BlockPos> logPositions,
List<BlockPos> leavesPositions,
Set<BlockPos> set,
BlockBox box) |
protected TreeDecoratorType<?> |
getType() |
placeVine, setBlockStateAndEncompassPositionpublic static final com.mojang.serialization.Codec<TrunkVineTreeDecorator> CODEC
public static final TrunkVineTreeDecorator INSTANCE
protected TreeDecoratorType<?> getType()
getType in class TreeDecorator