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 TypeClassDescriptionclass
A shared animation, embedded into VRObject.class
Properties of world background, e.g.class
A Bot is a Client that has no session.class
BotLibre integration point.class
Basic client class, adds user-related properties and business logic to VRObject.class
A color with red, green, blue, alpha componentsclass
Basic content class.class
A custom category of content.class
Entity that hides it's ID from JSON - useful for member variables that need to be persisted, but cannot exist without their parent object.class
Records all events in the world, saves them to the database, plays them back.class
A game in a world.class
A 3D Model in GLTF format.class
Represents a membership of a user in a groupclass
class
Persistent version of event that can be stored to the database.class
A point (3D coordinate) in space.class
class
Rotation of an can be represented either by 3 or 4 coordinates (euler angles, quaternions), the server will store and distribute it either way.class
World in which all servers reside, created by WorldManager on startup.class
Shared dynamic terrain, work in progress.class
A terrain point.class
class
class
Group of users.class
class
Basic VR Object encapsulates minimal spatial and other properties.class
VRObject 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