Interface CaveVinesPlant

All Known Subinterfaces:
CaveVines

public interface CaveVinesPlant
'berries' indicates whether the block has berries.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets the value of the 'berries' property.
    void
    setBerries​(boolean berries)
    Sets the value of the 'berries' property.
  • Method Details

    • isBerries

      boolean isBerries()
      Gets the value of the 'berries' property.
      Returns:
      the 'berries' value
    • setBerries

      void setBerries(boolean berries)
      Sets the value of the 'berries' property.
      Parameters:
      berries - the new 'berries' value