Searched refs:TiledWorld (Results 1 - 7 of 7) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DTiledWorld.java24 * TiledWorld manages a 2D map of tile indexes that define a "world" of tiles. These may be
26 * type of tile map entirely. The TiledWorld maps xy positions to tile indices and also handles
29 public class TiledWorld extends AllocationGuard { class in inherits:AllocationGuard
35 public TiledWorld(int cols, int rows) { method in class:TiledWorld
52 public TiledWorld(InputStream stream) { method in class:TiledWorld
H A DHotSpotSystem.java27 TiledWorld mWorld;
91 public final void setWorld(TiledWorld world) {
135 // in the TiledWorld code!
H A DLevelSystem.java36 private TiledWorld mSpawnLocations;
123 TiledWorld world = new TiledWorld(byteStream);
H A DTiledVertexGrid.java24 private TiledWorld mWorld;
54 public void setWorld(TiledWorld world) {
131 TiledWorld world = mWorld;
H A DLevelBuilder.java120 int width, int height, int tileWidth, int tileHeight, TiledWorld world,
H A DCollisionSystem.java42 private TiledWorld mWorld;
86 public void initialize(TiledWorld world, int tileWidth, int tileHeight) {
H A DGameObjectFactory.java574 public void spawnFromWorld(TiledWorld world, int tileWidth, int tileHeight) {

Completed in 5140 milliseconds