Interface PuzzleEntity
- All Known Implementing Classes:
BlockTarget
,Gate
public interface PuzzleEntity
interface for entities which act as PuzzleBuildingBlocks.
- Author:
- hendrik
-
Method Summary
Modifier and TypeMethodDescriptionvoid
invoked when the expressions of a PuzzleBuildingBlock have been updated.void
setPuzzleBuildingBlock(PuzzleBuildingBlock buildingBlock)
sets the PuzzleBuildingBlock
-
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
sets the PuzzleBuildingBlock- Parameters:
buildingBlock
- PuzzleBuildingBlock
-