Uses of Class
org.vrspace.server.obj.Entity
Packages that use Entity
-
Uses of Entity in org.vrspace.server.core
Classes in org.vrspace.server.core with type parameters of type EntityFields in org.vrspace.server.core with type parameters of type EntityMethods in org.vrspace.server.core with type parameters of type EntityModifier and TypeMethodDescription<T extends Entity>
voidVRSpaceDB.deleteById(Class<T> cls, String id) <T extends Entity>
voidVRSpaceDBImpl.deleteById(Class<T> cls, String id) <T extends Entity>
T<T extends Entity>
T<T extends Entity>
T<T extends Entity>
TMethods in org.vrspace.server.core that return types with arguments of type EntityModifier and TypeMethodDescriptionFind some objects, in-memory operation on cache.Methods in org.vrspace.server.core with parameters of type EntityMethod parameters in org.vrspace.server.core with type arguments of type Entity -
Uses of Entity in org.vrspace.server.obj
Subclasses of Entity in org.vrspace.server.objModifier and TypeClassDescriptionclassA shared animation, embedded into VRObject.classProperties of world background, e.g.classA Bot is a Client that has no session.classBotLibre integration point.classBasic client class, adds user-related properties and business logic to VRObject.classA color with red, green, blue, alpha componentsclassBasic content class.classA custom category of content.classEntity that hides it's ID from JSON - useful for member variables that need to be persisted, but cannot exist without their parent object.classRecords all events in the world, saves them to the database, plays them back.classA game in a world.classA 3D Model in GLTF format.classRepresents a membership of a user in a groupclassclassclassPersistent version of event that can be stored to the database.classA point (3D coordinate) in space.classclassRotation of an can be represented either by 3 or 4 coordinates (euler angles, quaternions), the server will store and distribute it either way.classWorld in which all servers reside, created by WorldManager on startup.classShared dynamic terrain, work in progress.classA terrain point.classclassSimple key-value pair that can be attached to any VRObject, but is most useful when attached to Client, as it allows to persist custom user information.classGroup of users.classclassBasic VR Object encapsulates minimal spatial and other properties.classclassVRObject container, contains isolated parts of space, like chat room.Methods in org.vrspace.server.obj that return EntityMethods in org.vrspace.server.obj with parameters of type EntityConstructors in org.vrspace.server.obj with parameters of type Entity