Package zombie.iso

Class IsoObjectPicker

java.lang.Object
zombie.iso.IsoObjectPicker

public class IsoObjectPicker
extends java.lang.Object
  • Field Details

    • Instance

      public static IsoObjectPicker Instance
    • ClickObjectStore

      public IsoObjectPicker.ClickObject[] ClickObjectStore
    • count

      public int count
    • counter

      public int counter
    • maxcount

      public int maxcount
    • ThisFrame

      public java.util.ArrayList ThisFrame
    • dirty

      public boolean dirty
    • xOffSinceDirty

      public float xOffSinceDirty
    • yOffSinceDirty

      public float yOffSinceDirty
    • wasDirty

      public boolean wasDirty
  • 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)
    • IsHeadShot

      public boolean IsHeadShot​(IsoMovingObject o, int x, int y)
    • PickWindow

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

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

      public IsoObject PickThumpable​(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)