public class TeleTile extends Tile
| Modifier and Type | Field and Description |
|---|---|
(package private) static java.awt.Image |
img |
| Constructor and Description |
|---|
TeleTile() |
| Modifier and Type | Method and Description |
|---|---|
void |
drawTile(java.awt.Graphics g,
int x,
int y)
Overridden method drawTile.
|
boolean |
isPassable()
Overridden method isPassable.
|
public boolean isPassable()
isPassable in class Tile