public abstract class BlockDecorator
extends org.bukkit.generator.BlockPopulator
| Modifier and Type | Field and Description |
|---|---|
protected int |
amount |
| Constructor and Description |
|---|
BlockDecorator() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
decorate(org.bukkit.World world,
Random random,
org.bukkit.Chunk chunk) |
void |
populate(org.bukkit.World world,
Random random,
org.bukkit.Chunk chunk) |
void |
setAmount(int amount) |
public final void setAmount(int amount)
public abstract void decorate(org.bukkit.World world,
Random random,
org.bukkit.Chunk chunk)
public void populate(org.bukkit.World world,
Random random,
org.bukkit.Chunk chunk)
populate in class org.bukkit.generator.BlockPopulatorCopyright © 2021. All rights reserved.