Example usage for com.badlogic.gdx.maps.tiled TiledMapTile interface-usage

List of usage examples for com.badlogic.gdx.maps.tiled TiledMapTile interface-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.maps.tiled TiledMapTile interface-usage.

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;