Package com.mygdx.game.Entitys
Class WorldMap
java.lang.Object
com.mygdx.game.Entitys.Entity
com.mygdx.game.Entitys.WorldMap
public class WorldMap extends Entity
The world map
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description com.badlogic.gdx.maps.tiled.TiledMapgetTileMap()Methods inherited from class com.mygdx.game.Entitys.Entity
addComponent, addComponents, cleanUp, getComponent, getComponent, getComponents, getName, raiseEvents, setName, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WorldMap
public WorldMap() -
WorldMap
public WorldMap(int mapId)
-
-
Method Details
-
getTileMap
public com.badlogic.gdx.maps.tiled.TiledMap getTileMap()
-