Atavism Version 2018.1AGIS API

atavism.server.objects
Class SoundRegionConfig

java.lang.Object
  extended by atavism.server.objects.RegionConfig
      extended by atavism.server.objects.SoundRegionConfig
All Implemented Interfaces:
java.io.Serializable

public class SoundRegionConfig
extends RegionConfig
implements java.io.Serializable

regions are 'areas' in the world with specific attributes they all contain a boundary, and also config data for that area regions can have multiple configs, like for trees, sounds, lights, etc. RegionConfig is for config objects, such as a SoundConfig

See Also:
Serialized Form

Field Summary
static java.lang.String RegionType
           
 
Fields inherited from class atavism.server.objects.RegionConfig
lock
 
Constructor Summary
SoundRegionConfig()
           
 
Method Summary
 boolean containsSound(java.lang.String fileName)
           
 java.util.List<SoundData> getSoundData()
           
 void setSoundData(java.util.List<SoundData> soundData)
           
 java.lang.String toString()
           
 
Methods inherited from class atavism.server.objects.RegionConfig
getProperty, getType, setProperty, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RegionType

public static java.lang.String RegionType
Constructor Detail

SoundRegionConfig

public SoundRegionConfig()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class RegionConfig

setSoundData

public void setSoundData(java.util.List<SoundData> soundData)

getSoundData

public java.util.List<SoundData> getSoundData()

containsSound

public boolean containsSound(java.lang.String fileName)


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