Package org.vrspace.server.config
Class WorldConfig.WorldProperties
java.lang.Object
org.vrspace.server.config.WorldConfig.WorldProperties
- Enclosing class:
WorldConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetName()Unique world namegetType()Name of the world class, that extends World and implements custom enter() and exit()getUrl()inthashCode()booleanvoidsetAvailable(boolean available) voidUnique world namevoidsetPortalMesh(String portalMesh) voidsetPortalScript(String portalScript) voidsetPortalThumbnail(String portalThumbnail) voidName of the world class, that extends World and implements custom enter() and exit()voidtoString()
-
Constructor Details
-
WorldProperties
public WorldProperties()
-
-
Method Details
-
getType
Name of the world class, that extends World and implements custom enter() and exit() -
getName
Unique world name -
getUrl
-
getPortalMesh
-
getPortalThumbnail
-
getPortalScript
-
isAvailable
public boolean isAvailable() -
setType
Name of the world class, that extends World and implements custom enter() and exit() -
setName
Unique world name -
setUrl
-
setPortalMesh
-
setPortalThumbnail
-
setPortalScript
-
setAvailable
public void setAvailable(boolean available) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-