接口 Sapling

所有超级接口:
BlockData, Cloneable
所有已知子接口:
Bamboo, MangrovePropagule

public interface Sapling extends BlockData
'stage' 值代表树苗的成长阶段.
当树苗的成长阶段达到 getMaximumStage() 时, 它会尝试在下一个成长阶段长成一棵树.
  • 方法详细资料

    • 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' 属性值