Interface Farmland

  • All Superinterfaces:
    BlockData, Cloneable

    public interface Farmland
    extends BlockData
    The 'moisture' level of farmland indicates how close it is to a water source (if any).
    A higher moisture level leads, to faster growth of crops on this block, but cannot be higher than getMaximumMoisture().
    • Method Detail

      • getMoisture

        int getMoisture()
        Gets the value of the 'moisture' property.
        Returns:
        the 'moisture' value
      • setMoisture

        void setMoisture​(int moisture)
        Sets the value of the 'moisture' property.
        Parameters:
        moisture - the new 'moisture' value
      • getMaximumMoisture

        int getMaximumMoisture()
        Gets the maximum allowed value of the 'moisture' property.
        Returns:
        the maximum 'moisture' value