Class UnderwaterDecorator
java.lang.Object
org.bukkit.generator.BlockPopulator
net.glowstone.generator.decorators.BlockDecorator
net.glowstone.generator.decorators.overworld.UnderwaterDecorator
-
Field Summary
Fields inherited from class net.glowstone.generator.decorators.BlockDecorator
amount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal UnderwaterDecoratorsetOverridableBlocks(org.bukkit.Material... overridables) final UnderwaterDecoratorsetRadii(int horizRadius, int vertRadius) Updates the size of this decorator.Methods inherited from class net.glowstone.generator.decorators.BlockDecorator
populate, setAmount
-
Constructor Details
-
UnderwaterDecorator
public UnderwaterDecorator(org.bukkit.Material type)
-
-
Method Details
-
setRadii
Updates the size of this decorator.- Parameters:
horizRadius- the maximum radius on the horizontal planevertRadius- the depth above and below the center- Returns:
- this, updated
-
setOverridableBlocks
-
decorate
- Specified by:
decoratein classBlockDecorator
-