接口 SculkCatalyst
'bloom' indicates whether the sculk catalyst is actively spreading the sculk
or not.
-
方法概要
从接口继承的方法 org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
-
方法详细资料
-
isBloom
boolean isBloom()Gets the value of the 'bloom' property.- 返回:
- the 'bloom' value
-
setBloom
void setBloom(boolean bloom) Sets the value of the 'bloom' property.- 参数:
bloom
- the new 'bloom' value
-