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, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
-
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
-