test.android.worldofzuul
Class Block

java.lang.Object
  extended by test.android.worldofzuul.Block

public class Block
extends java.lang.Object

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

Block

public Block(double x,
             double y,
             double z,
             java.lang.String desc)
Constructor for objects of class Block

Method Detail

disappear

public void disappear()
Make the block disappear


getDesc

public java.lang.String getDesc()
Accessor for the block's description


getX

public double getX()
Accessor for the block's location


getY

public double getY()
Accessor for the block's location


getZ

public double getZ()
Accessor for the block's location


getScale

public double getScale()
Accessor for the block's size


rotate

public void rotate()