Class IsoCurtain

java.lang.Object
zombie.iso.IsoObject
zombie.iso.objects.IsoCurtain
All Implemented Interfaces:
java.io.Serializable

public class IsoCurtain
extends IsoObject
See Also:
Serialized Form
  • Field Details

    • Barricaded

      public boolean Barricaded
    • BarricideMaxStrength

      public java.lang.Integer BarricideMaxStrength
    • BarricideStrength

      public java.lang.Integer BarricideStrength
    • Health

      public java.lang.Integer Health
    • Locked

      public boolean Locked
    • MaxHealth

      public java.lang.Integer MaxHealth
    • PushedMaxStrength

      public java.lang.Integer PushedMaxStrength
    • PushedStrength

      public java.lang.Integer PushedStrength
    • north

      public boolean north
    • open

      public boolean open
  • Constructor Details

    • IsoCurtain

      public IsoCurtain​(IsoCell cell, IsoGridSquare gridSquare, IsoSprite gid, boolean north, boolean spriteclosed)
    • IsoCurtain

      public IsoCurtain​(IsoCell cell, IsoGridSquare gridSquare, java.lang.String gid, boolean north)
    • IsoCurtain

      public IsoCurtain​(IsoCell cell)
  • Method Details