public class UnderwaterDecorator extends BlockDecorator
amount| Constructor and Description |
|---|
UnderwaterDecorator(org.bukkit.Material type) |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(org.bukkit.World world,
Random random,
org.bukkit.Chunk source) |
UnderwaterDecorator |
setOverridableBlocks(org.bukkit.Material... overridables) |
UnderwaterDecorator |
setRadii(int horizRadius,
int vertRadius)
Updates the size of this decorator.
|
populate, setAmountpublic final UnderwaterDecorator setRadii(int horizRadius, int vertRadius)
horizRadius - the maximum radius on the horizontal planevertRadius - the depth above and below the centerpublic final UnderwaterDecorator setOverridableBlocks(org.bukkit.Material... overridables)
public void decorate(org.bukkit.World world,
Random random,
org.bukkit.Chunk source)
decorate in class BlockDecoratorCopyright © 2021. All rights reserved.