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