Class IsoObjectPicker

java.lang.Object
zombie.iso.IsoObjectPicker

public final class IsoObjectPicker extends Object
  • Field Details

  • Constructor Details

    • IsoObjectPicker

      public IsoObjectPicker()
  • Method Details

    • getInstance

      public IsoObjectPicker getInstance()
    • Add

      public void Add(int x, int y, int width, int height, IsoGridSquare gridSquare, IsoObject tile, boolean flip, float scaleX, float scaleY)
    • Init

      public void Init()
    • ContextPick

      public IsoObjectPicker.ClickObject ContextPick(int screenX, int screenY)
    • Pick

      public IsoObjectPicker.ClickObject Pick(int xx, int yy)
    • StartRender

      public void StartRender()
    • PickTarget

      public IsoMovingObject PickTarget(int xx, int yy)
    • PickDoor

      public IsoObject PickDoor(int screenX, int screenY, boolean bTransparent)
    • PickWindow

      public IsoObject PickWindow(int screenX, int screenY)
    • PickWindowFrame

      public IsoObject PickWindowFrame(int screenX, int screenY)
    • PickThumpable

      public IsoObject PickThumpable(int screenX, int screenY)
    • PickHoppable

      public IsoObject PickHoppable(int screenX, int screenY)
    • PickCorpse

      public IsoObject PickCorpse(int screenX, int screenY)
    • PickTree

      public IsoObject PickTree(int screenX, int screenY)
    • PickVehicle

      public BaseVehicle PickVehicle(int screenX, int screenY)