Class Scene


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

      • Scene

        public Scene()
    • Method Detail

      • getMatrixId

        public static int getMatrixId()
      • getBase

        public static Position getBase()
      • getFloorLevel

        public static int getFloorLevel()
      • isDynamic

        public static boolean isDynamic()
      • 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()