接口 CaveVinesPlant
- 所有已知子接口:
CaveVines
'berries' indicates whether the block has berries.
-
方法概要
修饰符和类型方法说明boolean
Gets the value of the 'berries' property.void
setBerries
(boolean berries) Sets the value of the 'berries' property.从接口继承的方法 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
-
方法详细资料
-
isBerries
boolean isBerries()Gets the value of the 'berries' property.- 返回:
- the 'berries' value
-
setBerries
void setBerries(boolean berries) Sets the value of the 'berries' property.- 参数:
berries
- the new 'berries' value
-