atavism.server.objects
Class SoundRegionConfig
java.lang.Object
   atavism.server.objects.RegionConfig
atavism.server.objects.RegionConfig
       atavism.server.objects.SoundRegionConfig
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
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
RegionType
public static java.lang.String RegionType
SoundRegionConfig
public SoundRegionConfig()
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin 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)
- 
 
-