| ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tile | |
com.ltu.smd116.containers |
Uses of Tile in com.ltu.smd116.containers |
Fields in com.ltu.smd116.containers declared as Tile | |
private Tile [] [] | Floor.tiles |
Constructors in com.ltu.smd116.containers with parameters of type Tile | |
Floor.Floor(Tile [] [] tiles) The constructor for a certain floor, with its tiles |
Methods in com.ltu.smd116.containers that return Tile | |
(package private) Tile | Floor.getTile(int x, int y) Gets a tile |
Methods in com.ltu.smd116.containers with parameters of type Tile | |
(package private) void | Floor.setTile(int x, int y, Tile tile) Sets a specific tile on the floor |
| ||||||||||
PREV NEXT | FRAMES NO FRAMES |