public class TreeDecorator extends BlockDecorator
| Modifier and Type | Class and Description |
|---|---|
static class |
TreeDecorator.TreeDecoration |
amount| Constructor and Description |
|---|
TreeDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(org.bukkit.World world,
Random random,
org.bukkit.Chunk source) |
void |
populate(org.bukkit.World world,
Random random,
org.bukkit.Chunk chunk) |
void |
setTrees(TreeDecorator.TreeDecoration... trees) |
setAmountpublic final void setTrees(TreeDecorator.TreeDecoration... trees)
public void populate(org.bukkit.World world,
Random random,
org.bukkit.Chunk chunk)
populate in class BlockDecoratorpublic void decorate(org.bukkit.World world,
Random random,
org.bukkit.Chunk source)
decorate in class BlockDecoratorCopyright © 2021. All rights reserved.