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