Uses of Class
org.deken.game.sprites.MirrorTile

Packages that use MirrorTile
org.deken.game.sprites The pieces package contains the game pieces that will be used by the old style engine. 
 

Uses of MirrorTile in org.deken.game.sprites
 

Methods in org.deken.game.sprites that return MirrorTile
 MirrorTile MirrorTile.getMirrorToTile()
           
 

Methods in org.deken.game.sprites with parameters of type MirrorTile
 void MirrorTile.setMirrorToTile(MirrorTile mirrorToTile)
          Sets the tile this wraps to, and adds itself to the other tile.