Interface Ageable

All Superinterfaces:
BlockData, Cloneable
All Known Subinterfaces:
Bamboo, CaveVines, Cocoa, Fire, MangrovePropagule, PitcherCrop

public interface Ageable extends BlockData
'age' represents the different growth stages that a crop-like block can go through.
A value of 0 indicates that the crop was freshly planted, whilst a value equal to getMaximumAge() indicates that the crop is ripe and ready to be harvested.