Interface Beehive

All Superinterfaces:
BlockData, Cloneable, Directional

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

    • getHoneyLevel

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

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

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