Interface Beehive

All Superinterfaces:
BlockData, Cloneable, Directional

public interface Beehive extends Directional
'honey_level' represents the amount of honey stored in the hive.
  • Method Details

    • getHoneyLevel

      int getHoneyLevel()
      Gets the value of the 'honey_level' property.
      Returns:
      the 'honey_level' value
    • setHoneyLevel

      void setHoneyLevel(int honeyLevel)
      Sets the value of the 'honey_level' property.
      Parameters:
      honeyLevel - the new 'honey_level' value
    • getMaximumHoneyLevel

      int getMaximumHoneyLevel()
      Gets the maximum allowed value of the 'honey_level' property.
      Returns:
      the maximum 'honey_level' value