protected List<GameItem> getItemsAtHex(Tuple hex) {
   return _mapPane.getGameItems(hex);
 }