Interface Candle

All Superinterfaces:
BlockData, Cloneable, Lightable, Waterlogged

public interface Candle extends Lightable, Waterlogged
'candles' represents the number of candles which are present.
  • Method Details

    • getCandles

      int getCandles()
      Gets the value of the 'candles' property.
      Returns:
      the 'candles' value
    • setCandles

      void setCandles(int candles)
      Sets the value of the 'candles' property.
      Parameters:
      candles - the new 'candles' value
    • getMaximumCandles

      int getMaximumCandles()
      Gets the maximum allowed value of the 'candles' property.
      Returns:
      the maximum 'candles' value
    • getMinimumCandles

      int getMinimumCandles()
      Gets the minimum allowed value of the 'candles' property.
      Returns:
      the minimum 'candles' value