net.sf.colossus.gui
Class ShowCreatureDetails.SimulatedBattleHex

java.lang.Object
  extended by net.sf.colossus.variant.Hex
      extended by net.sf.colossus.variant.BattleHex
          extended by net.sf.colossus.gui.ShowCreatureDetails.SimulatedBattleHex
Enclosing class:
ShowCreatureDetails

final class ShowCreatureDetails.SimulatedBattleHex
extends BattleHex

helper class that catches some calls for the simulated critter.


Field Summary
 
Fields inherited from class net.sf.colossus.variant.BattleHex
IMPASSIBLE_COST
 
Constructor Summary
ShowCreatureDetails.SimulatedBattleHex(HazardTerrain hazard)
           
 
Method Summary
 char getOppositeHexside(int i)
          fake, return ' ' nor now.
 
Methods inherited from class net.sf.colossus.variant.BattleHex
blocksLineOfSight, canBeFlownOverBy, damageToCreature, getElevation, getEntryCost, getHexsideHazard, getHexsideImageName, getHexsides, getNeighbor, getOppositeHazard, getTerrain, getTerrainColor, getTerrainName, hasWall, isCliff, isEntrance, isNativeBonusTerrain, isNonNativePenaltyTerrain, setElevation, setHexsideHazard, setNeighbor, setTerrain
 
Methods inherited from class net.sf.colossus.variant.Hex
equals, getDescription, getLabel, getXCoord, getYCoord, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShowCreatureDetails.SimulatedBattleHex

ShowCreatureDetails.SimulatedBattleHex(HazardTerrain hazard)
Method Detail

getOppositeHexside

public char getOppositeHexside(int i)
fake, return ' ' nor now. TODO.

Overrides:
getOppositeHexside in class BattleHex