public static class FringeConfiguration.FringeRecord extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
base_tsid
The tileset id of the base tileset to which this applies.
|
int |
priority
The fringe priority of this base tileset.
|
ArrayList<FringeConfiguration.FringeTileSetRecord> |
tilesets
A list of the possible tilesets that can be used for fringing.
|
| Constructor and Description |
|---|
FringeRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTileset(FringeConfiguration.FringeTileSetRecord record)
Used when parsing the tilesets definitions.
|
boolean |
isValid()
Did everything parse well?
|
String |
toString() |
public int base_tsid
public int priority
public ArrayList<FringeConfiguration.FringeTileSetRecord> tilesets
public void addTileset(FringeConfiguration.FringeTileSetRecord record)
public boolean isValid()
Copyright © 2015. All rights reserved.