Package org.bukkit.block.data.type
Interface SculkCatalyst
'bloom' indicates whether the sculk catalyst is actively spreading the sculk
 or not.
- 
Method SummaryMethods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, requiresCorrectToolForDrops
- 
Method Details- 
isBloomboolean isBloom()Gets the value of the 'bloom' property.- Returns:
- the 'bloom' value
 
- 
setBloomvoid setBloom(boolean bloom) Sets the value of the 'bloom' property.- Parameters:
- bloom- the new 'bloom' value
 
 
-