public final class TileSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TileSet.CoordComparator |
| Modifier and Type | Field and Description |
|---|---|
int |
cnt |
static java.util.Comparator<MapTile> |
coordComparator |
MapTile[] |
tiles |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(MapTile t) |
MapTile |
getTile(int x,
int y) |
void |
lockTiles()
Locked tiles to ensure that they are not released from cache.
|
void |
releaseTiles()
Release locked tiles.
|
void |
setTiles(TileSet source)
Clone TileSet from source.
|
public int cnt
public MapTile[] tiles
public static java.util.Comparator<MapTile> coordComparator
public MapTile getTile(int x, int y)
public void lockTiles()
public void releaseTiles()
public void setTiles(TileSet source)
public boolean contains(MapTile t)