Package zombie.iso

Class BlockInfo

java.lang.Object
zombie.iso.BlockInfo

public class BlockInfo
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean ThroughDoor  
    boolean ThroughStairs  
    boolean ThroughWindow  
  • Constructor Summary

    Constructors
    Constructor Description
    BlockInfo()  
  • Method Summary

    Modifier and Type Method Description
    boolean isThroughDoor()  
    boolean isThroughStairs()  
    boolean isThroughWindow()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ThroughDoor

      public boolean ThroughDoor
    • ThroughStairs

      public boolean ThroughStairs
    • ThroughWindow

      public boolean ThroughWindow
  • Constructor Details

    • BlockInfo

      public BlockInfo()
  • Method Details

    • isThroughDoor

      public boolean isThroughDoor()
    • isThroughStairs

      public boolean isThroughStairs()
    • isThroughWindow

      public boolean isThroughWindow()