Package org.vrspace.server.obj
Class VRObject
java.lang.Object
org.vrspace.server.obj.Entity
org.vrspace.server.obj.VRObject
- Direct Known Subclasses:
Background,Client,Game,Terrain,VRFile
Basic VR Object encapsulates minimal spatial and other properties.
- Author:
- joe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactive()voidaddChildren(VRObject... vrObjects) voidaddListener(VRObject obj) booleanisActive()booleanbooleanvoidnotifyListeners(VREvent event) passive()voidprocessEvent(VREvent event) This implementation does nothingvoidremoveListener(VRObject obj) voidMethods inherited from class org.vrspace.server.obj.Entity
dispose, getObjectId
-
Constructor Details
-
VRObject
-
VRObject
-
VRObject
-
VRObject
public VRObject(double x, double y, double z) -
VRObject
-
-
Method Details
-
setWorld
-
addChildren
-
isPermanent
public boolean isPermanent() -
addListener
-
removeListener
-
notifyListeners
-
processEvent
This implementation does nothing- Parameters:
event- Whatever has changed
-
active
-
passive
-
isActive
public boolean isActive() -
isTemporary
public boolean isTemporary()
-