Package zombie.iso

Class IsoPushableObject

java.lang.Object
zombie.iso.IsoObject
zombie.iso.IsoMovingObject
zombie.iso.IsoPushableObject
All Implemented Interfaces:
java.io.Serializable, Mover
Direct Known Subclasses:
IsoWheelieBin

public class IsoPushableObject
extends IsoMovingObject
See Also:
Serialized Form
  • Field Details

    • carryCapacity

      public int carryCapacity
    • emptyWeight

      public float emptyWeight
    • connectList

      public java.util.ArrayList connectList
    • ox

      public float ox
    • oy

      public float oy
  • Constructor Details

    • IsoPushableObject

      public IsoPushableObject​(IsoCell cell)
    • IsoPushableObject

      public IsoPushableObject​(IsoCell cell, int int1, int int2, int int3)
    • IsoPushableObject

      public IsoPushableObject​(IsoCell cell, IsoGridSquare square, IsoSprite sprite)
  • Method Details