List of usage examples for com.badlogic.gdx.maps.tiled TiledMapTile interface-usage
From source file com.strangeiron.endoftheline.server.components.EotlStaticTiledMapTile.java
/** * @brief Represents a non changing TiledMapTile (can be cached) */ public class EotlStaticTiledMapTile implements TiledMapTile { private int id;