public class GroundItemDef
extends com.openrsc.client.entityhandling.instances.Item
| Constructor and Description |
|---|
GroundItemDef() |
GroundItemDef(com.openrsc.client.entityhandling.defs.ItemDef itemDef) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDistance() |
int |
getID() |
java.lang.String |
getName() |
int |
getX() |
int |
getZ() |
void |
setDistance(int distance) |
void |
setX(int x) |
void |
setZ(int z) |