|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttest.android.Block
public class Block
A Block prevents the player from moving.
Constructor Summary | |
---|---|
Block(double x,
double y,
double z,
java.lang.String desc)
Constructor for objects of class Block |
Method Summary | |
---|---|
void |
disappear()
Make the block disappear |
java.lang.String |
getDesc()
Accessor for the block's description |
double |
getScale()
Accessor for the block's size |
double |
getX()
Accessor for the block's location |
double |
getY()
Accessor for the block's location |
double |
getZ()
Accessor for the block's location |
void |
rotate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Block(double x, double y, double z, java.lang.String desc)
Method Detail |
---|
public void disappear()
public java.lang.String getDesc()
public double getX()
public double getY()
public double getZ()
public double getScale()
public void rotate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |