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 RenderableNodegetBottom()intgetHeight()Gets the height of this ItemLayer.RenderableNodegetMiddle()intgetPlane()Gets the plane of this ItemLayer.org.dreambot.internal.injector.interfaces.RSItemLayergetReference()TilegetTile()RenderableNodegetTop()intgetX()intgetY()
-
-
-
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()
-
-