Interface RSWorldView


  • public interface RSWorldView
    • Method Detail

      • getId

        int getId()
        Get the world view id
        Returns:
        the id, or -1 if this is the top level worldview
      • isTopLevel

        boolean isTopLevel()
        Test if this worldview is the top level world view.
        Returns:
      • getBaseX

        int getBaseX()
      • getBaseY

        int getBaseY()
      • getPlane

        int getPlane()
      • getCachedPlayers

        RSPlayer[] getCachedPlayers()
      • getNpcIndexesCount

        int getNpcIndexesCount()
      • getNpcIndices

        int[] getNpcIndices()
      • getCachedNPCs

        RSNPC[] getCachedNPCs()
      • getEntityCount

        int getEntityCount()
      • getEntityIndices

        int[] getEntityIndices()
      • getCachedEntities

        RSEntity[] getCachedEntities()
      • getTileSettings

        byte[][][] getTileSettings()
      • getTileHeights

        int[][][] getTileHeights()
      • getGraphicsObjectDeque

        RSNodeDeque getGraphicsObjectDeque()
      • getProjectilesDeque

        RSNodeDeque getProjectilesDeque()
      • getGroundItemDeque

        RSNodeDeque[][][] getGroundItemDeque()