| java.lang.Object com.db.server.WorldSpot
STRING_CREATOR_E_MAIL | final public static String STRING_CREATOR_E_MAIL(Code) | | |
STRING_CREATOR_NAME | final public static String STRING_CREATOR_NAME(Code) | | |
STRING_CREATOR_PUBLIC_KEY | final public static String STRING_CREATOR_PUBLIC_KEY(Code) | | |
STRING_DATE | final public static String STRING_DATE(Code) | | Position and orientation of the "center" of the World Spot relatively to the universe coordinate system
encompass (the bounding volume covered by the World Spot around its origin)
ruler (pointer to the administrator who has full rights on the World Spot) (this field should use a public key to uniquely
identify the ruler accross the Internet)
informations:
Date
Creator author Name, E-mail, Public Key
Given name for World Spot
Version
libraries:
objects
tools
guides
avatar skins
backgrounds
use from the static library instanciated objects or imported objects or user created objects (not in the library)
objects
(maps) soil
(maps) buildings
(maps) plants
(meteo: sun stars sky) visual background
(meteo) sound background
tools (in world or inventory of users)
guides (in world or inventory of users)
avatar (carries user information and is always instancited and potentially active to receive information from guides for example even if no client is connected)
lands
feudal relation between users
client information (and it's pointer to the avatar)
|
STRING_VERSION | final public static String STRING_VERSION(Code) | | |
addBackgroundWorldToLibrary | final public void addBackgroundWorldToLibrary(Class backgroundWorld)(Code) | | |
addObjectWorldToLibrary | final public void addObjectWorldToLibrary(Class objectWorld)(Code) | | |
addSkinToLibrary | final public void addSkinToLibrary(Class skin)(Code) | | |
instanciateBackgroundWorldFromLibrary | final public void instanciateBackgroundWorldFromLibrary(Class backgroundWorld, Avatar owner, Bounds bounds)(Code) | | |
instanciateObjectWorldFromLibrary | final public void instanciateObjectWorldFromLibrary(Class objectWorld, Avatar owner, Transform3D transform3D)(Code) | | |
removeBackgroundWorldFromLibrary | final public void removeBackgroundWorldFromLibrary(Class backgroundWorld)(Code) | | |
removeInformation | final public void removeInformation(String key)(Code) | | |
removeObjectWorldFromLibrary | final public void removeObjectWorldFromLibrary(Class objectWorld)(Code) | | |
removeSkinFromLibrary | final public void removeSkinFromLibrary(Class skin)(Code) | | |
setCreatorEMail | final public void setCreatorEMail(String eMail)(Code) | | |
setCreatorName | final public void setCreatorName(String name)(Code) | | |
setCreatorPublicKey | final public void setCreatorPublicKey(PublicKey publicKey)(Code) | | |
setInformation | final public void setInformation(Hashtable information)(Code) | | |
setVersion | final public void setVersion(String version)(Code) | | |
|
|