Class ItemLayer


  • public class ItemLayer
    extends java.lang.Object
    • Constructor Detail

      • ItemLayer

        public ItemLayer​(java.lang.Object reference)
        Note: This shouldn't be used by API users, it's an internal constructor.
    • Method Detail

      • getReference

        public org.dreambot.internal.injector.interfaces.RSItemLayer getReference()
      • 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()