atavism.server.objects
Class OceanData
java.lang.Object
atavism.server.objects.OceanData
- All Implemented Interfaces:
- java.io.Serializable
public class OceanData
- extends java.lang.Object
- implements java.io.Serializable
as used by worldeditorreader and sent to proxy to the client
- Author:
- cedeno
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
displayOcean
public java.lang.Boolean displayOcean
useParams
public java.lang.Boolean useParams
waveHeight
public java.lang.Float waveHeight
seaLevel
public java.lang.Float seaLevel
bumpScale
public java.lang.Float bumpScale
bumpSpeedX
public java.lang.Float bumpSpeedX
bumpSpeedZ
public java.lang.Float bumpSpeedZ
textureScaleX
public java.lang.Float textureScaleX
textureScaleZ
public java.lang.Float textureScaleZ
deepColor
public Color deepColor
shallowColor
public Color shallowColor
OceanData
public OceanData()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object