zombie.iso
Class BlockInfo

java.lang.Object
  extended by zombie.iso.BlockInfo

public class BlockInfo
extends java.lang.Object

Author:
LEMMY

Field Summary
 boolean ThroughDoor
           
 boolean ThroughStairs
           
 boolean ThroughWindow
           
 
Constructor Summary
BlockInfo()
           
 
Method Summary
 boolean isThroughDoor()
           
 boolean isThroughStairs()
           
 boolean isThroughWindow()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ThroughDoor

public boolean ThroughDoor

ThroughStairs

public boolean ThroughStairs

ThroughWindow

public boolean ThroughWindow
Constructor Detail

BlockInfo

public BlockInfo()
Method Detail

isThroughDoor

public boolean isThroughDoor()
Returns:
the ThroughDoor

isThroughStairs

public boolean isThroughStairs()
Returns:
the ThroughStairs

isThroughWindow

public boolean isThroughWindow()
Returns:
the ThroughWindow