public void teleporterMove(int y) { player.moveTo(y); }
public void teleporterMove(int y) //teleporter move func { player.moveTo(y); }