public class SimpleProjectile extends java.lang.Object implements SimpleIdentifiable
| Constructor and Description |
|---|
SimpleProjectile(net.runelite.api.Projectile projectile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getCycleStart() |
int |
getEndHeight() |
int |
getId()
Returns id of the object
|
net.runelite.api.Projectile |
getProjectile() |
int |
getSlope() |
int |
getStartPlane() |
int |
getTargetIndex() |
boolean |
isStarted() |
public net.runelite.api.Projectile getProjectile()
public int getId()
SimpleIdentifiablegetId in interface SimpleIdentifiablepublic boolean isStarted()
public int getCycleStart()
public int getEndHeight()
public int getSlope()
public int getTargetIndex()
public int getStartPlane()
public boolean equals(java.lang.Object o)
equals in class java.lang.Object