|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectenv3d.GameObjectAdapter
env3d.advanced.EnvAbstractNode
env3d.advanced.EnvNode
env3d.advanced.EnvPhysicsNode
test.physics.Bomb
public class Bomb
Field Summary |
---|
Fields inherited from class env3d.advanced.EnvPhysicsNode |
---|
physicsControl |
Fields inherited from class env3d.advanced.EnvAbstractNode |
---|
rotateX, rotateY, rotateZ, scale |
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 | |
---|---|
Bomb()
|
Method Summary | |
---|---|
void |
explode()
|
boolean |
hasMoved()
|
void |
setLocation(double x,
double y,
double z)
|
Methods inherited from class env3d.advanced.EnvPhysicsNode |
---|
getControl, getLocation, getRotateX, getRotateY, getRotateZ, setCollisionShape, setFriction, setGravity, setLinearVelocity, setMass, setModel, setRestitution, setScale, setScale, setX, setY, setZ |
Methods inherited from class env3d.advanced.EnvNode |
---|
distance, distance, getModel, getTexture, isTransparent, setTexture, setTransparent, useLightingMaterial |
Methods inherited from class env3d.advanced.EnvAbstractNode |
---|
attach, getScale, getX, getY, getZ, remove, setRotateX, setRotateY, setRotateZ, update, updateRotation |
Methods inherited from class env3d.GameObjectAdapter |
---|
drawSquare, drawSquare, getFieldFromObject, getJme_node, registerLocator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bomb()
Method Detail |
---|
public boolean hasMoved()
public void explode()
public void setLocation(double x, double y, double z)
setLocation
in class EnvPhysicsNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |