bluej.env3d
Class GameBObjectAdapter

java.lang.Object
  extended by env3d.GameObjectAdapter
      extended by bluej.env3d.GameBObjectAdapter

public class GameBObjectAdapter
extends GameObjectAdapter

Write a description of class GameObjectAdapter here.


Field Summary
 
Fields inherited from class env3d.GameObjectAdapter
assetManager, currentAction, currentModel, currentTexture, internalObject, jme_node, lighting, locator, mat, mat_lit, objectCache, q, qX, qY, qZ
 
Constructor Summary
GameBObjectAdapter(bluej.extensions.BObject obj)
           
 
Method Summary
 void callMoveFromObject()
          The bluej extension doesn't call the move method automatically.
protected
<T> T
getFieldFromObject(java.lang.String fname)
           
 
Methods inherited from class env3d.GameObjectAdapter
drawSquare, drawSquare, getJme_node, registerLocator, update, useLightingMaterial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameBObjectAdapter

public GameBObjectAdapter(bluej.extensions.BObject obj)
Method Detail

getFieldFromObject

protected <T> T getFieldFromObject(java.lang.String fname)
Overrides:
getFieldFromObject in class GameObjectAdapter

callMoveFromObject

public void callMoveFromObject()
The bluej extension doesn't call the move method automatically. It is too slow to interface with the BObject