Class IsoWoodenWall

java.lang.Object
zombie.iso.IsoObject
zombie.iso.objects.IsoWoodenWall
All Implemented Interfaces:
java.io.Serializable, Thumpable

public class IsoWoodenWall
extends IsoObject
implements Thumpable
See Also:
Serialized Form
  • Field Details

    • Barricaded

      public int Barricaded
    • BarricideMaxStrength

      public int BarricideMaxStrength
    • BarricideStrength

      public int BarricideStrength
    • Health

      public int Health
    • Locked

      public boolean Locked
    • MaxHealth

      public int MaxHealth
    • PushedMaxStrength

      public int PushedMaxStrength
    • PushedStrength

      public int PushedStrength
    • type

    • north

      public boolean north
    • open

      public boolean open
    • MetalBarricaded

      public boolean MetalBarricaded
  • Constructor Details

    • IsoWoodenWall

      public IsoWoodenWall​(IsoCell cell)
    • IsoWoodenWall

      public IsoWoodenWall​(IsoCell cell, IsoGridSquare square, IsoSprite sprite, boolean boolean1)
    • IsoWoodenWall

      public IsoWoodenWall​(IsoCell cell, IsoGridSquare square, java.lang.String string, boolean boolean1)
    • IsoWoodenWall

      public IsoWoodenWall​(IsoCell cell, IsoGridSquare square, java.lang.String string, boolean boolean1, KahluaTable kahluaTable)
  • Method Details