Atavism Version 2018.1AGIS API

atavism.server.plugins
Class InstanceClient.InstanceInfo

java.lang.Object
  extended by atavism.server.plugins.InstanceClient.InstanceInfo
Enclosing class:
InstanceClient

public static class InstanceClient.InstanceInfo
extends java.lang.Object

Instance information.

See Also:
InstanceClient.getInstanceInfo(atavism.server.engine.OID,int)

Field Summary
 Color ambientLight
          Global ambient light.
 LightData dirLight
          Global directional light.
 Fog fog
          Global fog.
 OID groupOid
          OID of the Group that this instance is for
 int guildOid
          OID of the Guild that this instance is for
 boolean loaded
          True if the instance is loaded, false otherwise.
 java.lang.String name
          Instance name.
 OceanData ocean
          Global ocean data.
 OID oid
          Instance oid.
 OID playerOid
          OID of the Player that this instance is for
 int playerPopulation
          Current instance player population.
 int populationLimit
          Current instance player population.
 java.util.List<java.lang.String> regionConfig
          Global region configuration (water, forest, grass).
 java.lang.String skybox
          Global skybox.
 int templateID
          Template used to create the instance.
 java.lang.String templateName
          Template used to create the instance.
 TerrainConfig terrainConfig
          Global terrain data.
 java.lang.String worldFile
          World file name.
 
Constructor Summary
InstanceClient.InstanceInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oid

public OID oid
Instance oid. Null if the instance does not exist.


loaded

public boolean loaded
True if the instance is loaded, false otherwise.


name

public java.lang.String name
Instance name.


templateName

public java.lang.String templateName
Template used to create the instance.


templateID

public int templateID
Template used to create the instance.


skybox

public java.lang.String skybox
Global skybox.


fog

public Fog fog
Global fog.


ambientLight

public Color ambientLight
Global ambient light.


dirLight

public LightData dirLight
Global directional light.


ocean

public OceanData ocean
Global ocean data.


worldFile

public java.lang.String worldFile
World file name.


terrainConfig

public TerrainConfig terrainConfig
Global terrain data.


regionConfig

public java.util.List<java.lang.String> regionConfig
Global region configuration (water, forest, grass).


playerPopulation

public int playerPopulation
Current instance player population.


populationLimit

public int populationLimit
Current instance player population.


groupOid

public OID groupOid
OID of the Group that this instance is for


playerOid

public OID playerOid
OID of the Player that this instance is for


guildOid

public int guildOid
OID of the Guild that this instance is for

Constructor Detail

InstanceClient.InstanceInfo

public InstanceClient.InstanceInfo()


Copyright © 2018 Dragonsan Studios Sp. z o.o.