implemented misteriously gone setAdjacentTile
This commit is contained in:
parent
0230aec6d8
commit
b3ecdf2b95
@ -23,6 +23,12 @@ public abstract class Tile {
|
|||||||
return adjacentTile.get(direction);
|
return adjacentTile.get(direction);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void setAdajacentTile(Tile newTile, Direction direction) {
|
||||||
|
Menu.addTab();
|
||||||
|
System.out.println(">" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Tile.setAdjacentTile(" + "newTile, " + direction.name() + ")");
|
||||||
|
System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Tile.setAdjacentTile(" + "newTile, " + direction.name() + ")");
|
||||||
|
Menu.removeTab();
|
||||||
|
}
|
||||||
public abstract void spawnStargate(Stargate stargate, Direction direction);
|
public abstract void spawnStargate(Stargate stargate, Direction direction);
|
||||||
|
|
||||||
public abstract void onEntry();
|
public abstract void onEntry();
|
||||||
|
Loading…
Reference in New Issue
Block a user