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, Long id) <T extends Entity>
voidVRSpaceDBImpl.deleteById(Class<T> cls, Long id) <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.classA proprietary bot.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 3D Model in GLTF format.classclassPersistent 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.classclassclassBasic VR Object encapsulates minimal spatial and other properties.classVRObject container, contains isolated parts of space, like chat room.