Package org.dreambot.api.wrappers.items
Class ItemLayer
- java.lang.Object
-
- org.dreambot.api.wrappers.items.ItemLayer
-
public class ItemLayer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ItemLayer(java.lang.Object reference)
Note: This shouldn't be used by API users, it's an internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RenderableNode
getBottom()
int
getHeight()
Gets the height of this ItemLayer.RenderableNode
getMiddle()
int
getPlane()
Gets the plane of this ItemLayer.org.dreambot.internal.injector.interfaces.RSItemLayer
getReference()
Tile
getTile()
RenderableNode
getTop()
int
getX()
int
getY()
-
-
-
Method Detail
-
getReference
public org.dreambot.internal.injector.interfaces.RSItemLayer getReference()
-
getTop
public RenderableNode getTop()
-
getMiddle
public RenderableNode getMiddle()
-
getBottom
public RenderableNode getBottom()
-
getX
public int getX()
-
getY
public int getY()
-
getHeight
public int getHeight()
Gets the height of this ItemLayer.- Returns:
- the plane.
-
getPlane
public int getPlane()
Gets the plane of this ItemLayer.- Returns:
- the plane.
-
getTile
public Tile getTile()
-
-