public class WallState.WallData
extends java.lang.Object
Constructor | Description |
---|---|
WallData(int x,
int y,
int image,
boolean isBlank) |
Modifier and Type | Method | Description |
---|---|---|
int |
getX() |
|
int |
getY() |
|
boolean |
isDestructible() |
|
boolean |
isHorizontal() |
|
boolean |
isVertical() |
|
boolean |
isWallForBullet(int x,
int y) |
|
boolean |
isWallForTank(int x,
int y) |
some getter and setters
|
void |
setDestructible(boolean destructible) |
|
void |
setHorizontal(boolean horizontal) |
|
void |
setVertical(boolean vertical) |
public boolean isWallForTank(int x, int y)
public boolean isWallForBullet(int x, int y)
public boolean isHorizontal()
public void setHorizontal(boolean horizontal)
public boolean isVertical()
public void setVertical(boolean vertical)
public boolean isDestructible()
public void setDestructible(boolean destructible)
public int getX()
public int getY()