Class IsoWorldInventoryObject

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

public class IsoWorldInventoryObject extends IsoObject
See Also:
  • Field Details

    • item

      public InventoryItem item
    • xoff

      public float xoff
    • yoff

      public float yoff
    • zoff

      public float zoff
    • removeProcess

      public boolean removeProcess
    • dropTime

      public double dropTime
    • ignoreRemoveSandbox

      public boolean ignoreRemoveSandbox
  • Constructor Details

    • IsoWorldInventoryObject

      public IsoWorldInventoryObject(InventoryItem item, IsoGridSquare sq, float xoff, float yoff, float zoff)
    • IsoWorldInventoryObject

      public IsoWorldInventoryObject(IsoCell cell)
  • Method Details