接口 Sapling
- 所有已知子接口:
Bamboo
,MangrovePropagule
'stage' 值代表树苗的成长阶段.
当树苗的成长阶段达到
当树苗的成长阶段达到
getMaximumStage()
时,
它会尝试在下一个成长阶段长成一棵树.-
方法概要
从接口继承的方法 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
-
方法详细资料
-
getStage
int getStage()获取 'stage' 属性的值.原文: Gets the value of the 'stage' property.
- 返回:
- 属性 'stage' 的值
-
setStage
void setStage(int stage) 设置 'stage' 属性的值.原文: Sets the value of the 'stage' property.
- 参数:
stage
- 新的 'stage' 属性值
-
getMaximumStage
int getMaximumStage()获取 'stage' 属性所能允许的最大值.原文: Gets the maximum allowed value of the 'stage' property.
- 返回:
- 最大 'stage' 属性值
-