Interface CreakingHeart

All Superinterfaces:
BlockData, Cloneable, Orientable

@Experimental public interface CreakingHeart extends Orientable
'active' is whether the block is active.
'natural' is whether this is a naturally generated block.
  • Method Details

    • isActive

      boolean isActive()
      Gets the value of the 'active' property.
      Returns:
      the 'active' value
    • setActive

      void setActive(boolean active)
      Sets the value of the 'active' property.
      Parameters:
      active - the new 'active' value
    • isNatural

      boolean isNatural()
      Gets the value of the 'natural' property.
      Returns:
      the 'natural' value
    • setNatural

      void setNatural(boolean natural)
      Sets the value of the 'natural' property.
      Parameters:
      natural - the new 'natural' value