Interface PuzzleEntity

All Known Implementing Classes:
BlockTarget, Gate

public interface PuzzleEntity
interface for entities which act as PuzzleBuildingBlocks.
Author:
hendrik
  • Method Details

    • puzzleExpressionsUpdated

      void puzzleExpressionsUpdated()
      invoked when the expressions of a PuzzleBuildingBlock have been updated. It is ensured that there was an actual change.
    • setPuzzleBuildingBlock

      void setPuzzleBuildingBlock(PuzzleBuildingBlock buildingBlock)
      sets the PuzzleBuildingBlock
      Parameters:
      buildingBlock - PuzzleBuildingBlock