Interface DaylightDetector

All Superinterfaces:
AnaloguePowerable, BlockData, Cloneable

public interface DaylightDetector extends AnaloguePowerable
'inverted' denotes whether this daylight detector is in the inverted mode, i.e. activates in the absence of light rather than presence."
  • Method Details

    • isInverted

      boolean isInverted()
      Gets the value of the 'inverted' property.
      Returns:
      the 'inverted' value
    • setInverted

      void setInverted(boolean inverted)
      Sets the value of the 'inverted' property.
      Parameters:
      inverted - the new 'inverted' value