com.threerings.miso.tile
Class FringeConfiguration.FringeTileSetRecord

java.lang.Object
  extended by com.threerings.miso.tile.FringeConfiguration.FringeTileSetRecord
All Implemented Interfaces:
Serializable
Enclosing class:
FringeConfiguration

public static class FringeConfiguration.FringeTileSetRecord
extends Object
implements Serializable

Used to parse the tileset fringe definitions.

See Also:
Serialized Form

Field Summary
 int fringe_tsid
          The tileset id of the fringe tileset.
 boolean mask
          Is this a mask?
 
Constructor Summary
FringeConfiguration.FringeTileSetRecord()
           
 
Method Summary
 boolean isValid()
          Did everything parse well?
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fringe_tsid

public int fringe_tsid
The tileset id of the fringe tileset.


mask

public boolean mask
Is this a mask?

Constructor Detail

FringeConfiguration.FringeTileSetRecord

public FringeConfiguration.FringeTileSetRecord()
Method Detail

isValid

public boolean isValid()
Did everything parse well?


toString

public String toString()
Overrides:
toString in class Object