Package zombie.iso
Class IsoObjectPicker
java.lang.Object
zombie.iso.IsoObjectPicker
public class IsoObjectPicker
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
IsoObjectPicker.ClickObject
-
Field Summary
Fields Modifier and Type Field Description IsoObjectPicker.ClickObject[]
ClickObjectStore
int
count
int
counter
static IsoObjectPicker
Instance
int
maxcount
java.util.ArrayList
ThisFrame
-
Constructor Summary
Constructors Constructor Description IsoObjectPicker()
-
Method Summary
Modifier and Type Method Description void
Add(int x, int y, int width, int height, IsoGridSquare gridSquare, IsoObject tile, boolean flip)
IsoObjectPicker.ClickObject
ContextPick(int screenX, int screenY)
IsoObjectPicker
getInstance()
void
Init()
boolean
IsHeadShot(IsoMovingObject o, int x, int y)
IsoObjectPicker.ClickObject
Pick(int xx, int yy)
IsoObject
PickCorpse(int screenX, int screenY)
IsoMovingObject
PickTarget(int xx, int yy)
IsoObject
PickThumpable(int screenX, int screenY)
IsoObject
PickTree(int screenX, int screenY)
IsoObject
PickWindow(int screenX, int screenY)
IsoObject
PickWindowFrame(int screenX, int screenY)
void
StartRender()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Instance
-
ClickObjectStore
-
count
public int count -
counter
public int counter -
maxcount
public int maxcount -
ThisFrame
public java.util.ArrayList ThisFrame
-
-
Constructor Details
-
IsoObjectPicker
public IsoObjectPicker()
-
-
Method Details
-
getInstance
-
Add
public void Add(int x, int y, int width, int height, IsoGridSquare gridSquare, IsoObject tile, boolean flip) -
Init
public void Init() -
ContextPick
-
Pick
-
StartRender
public void StartRender() -
PickTarget
-
IsHeadShot
-
PickWindow
-
PickWindowFrame
-
PickThumpable
-
PickCorpse
-
PickTree
-