Class IsoWorldInventoryObject

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

public class IsoWorldInventoryObject extends IsoObject implements IItemProvider
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