Class MushroomDecorator
java.lang.Object
org.bukkit.generator.BlockPopulator
net.glowstone.generator.decorators.BlockDecorator
net.glowstone.generator.decorators.nether.MushroomDecorator
-
Field Summary
Fields inherited from class net.glowstone.generator.decorators.BlockDecorator
amount -
Constructor Summary
ConstructorsConstructorDescriptionMushroomDecorator(org.bukkit.Material type) Creates a mushroom decorator for the nether. -
Method Summary
Methods inherited from class net.glowstone.generator.decorators.BlockDecorator
populate, setAmount
-
Constructor Details
-
MushroomDecorator
public MushroomDecorator(org.bukkit.Material type) Creates a mushroom decorator for the nether.- Parameters:
type-Material.BROWN_MUSHROOMorMaterial.RED_MUSHROOM
-
-
Method Details
-
decorate
- Specified by:
decoratein classBlockDecorator
-