Class Scene

java.lang.Object
org.rspeer.game.scene.Scene

public class Scene extends Object
Provides access to the games Scene
  • Constructor Details

    • Scene

      public Scene()
  • Method Details

    • getMatrixId

      public static int getMatrixId()
    • getBase

      public static Position getBase()
    • getFloorLevel

      public static int getFloorLevel()
    • isDynamic

      public static boolean isDynamic()
    • getDynamic

      public static Scene.Dynamic getDynamic()
    • getCollisionFlag

      public static int getCollisionFlag(Position tile)
    • getRenderRules

      public static byte[][][] getRenderRules()
    • getFloorHeights

      public static int[][][] getFloorHeights()
    • getTile

      public static RSTile getTile(int relativeX, int relativeY, int floorLevel)
    • getTileHeight

      public static int getTileHeight(Position position)
    • getLocalChunk

      public static Chunk getLocalChunk()