Inherits TileIO.IOImpl< ModTile, TileEntry >.
|
override TileEntry | ConvertBlockToEntry (ModTile tile) |
|
override ushort | GetModBlockType (Tile tile) |
|
override void | ReadData (Tile tile, TileEntry entry, BinaryReader reader) |
|
override void | WriteData (BinaryWriter writer, Tile tile, TileEntry entry) |
|
| IOImpl (string entriesKey, string dataKey) |
|
abstract TEntry | ConvertBlockToEntry (TBlock block) |
|
abstract ushort | GetModBlockType (Tile tile) |
|
abstract void | ReadData (Tile tile, TEntry entry, BinaryReader reader) |
|
abstract void | WriteData (BinaryWriter writer, Tile tile, TEntry entry) |
|
|
override int | LoadedBlockCount [get] |
|
override IEnumerable< ModTile > | LoadedBlocks [get] |
|
abstract int | LoadedBlockCount [get] |
|
abstract IEnumerable< TBlock > | LoadedBlocks [get] |
|
|
void | Clear () |
|
void | LoadData (TagCompound tag, TEntry[] savedEntryLookup) |
|
void | LoadEntries (TagCompound tag, out TEntry[] savedEntryLookup) |
|
void | Save (TagCompound tag) |
|
byte[] | SaveData (out bool[] hasObj) |
|
readonly string | dataKey |
|
TEntry[] | entries |
|
readonly string | entriesKey |
|
PosData< ushort >[] | unloadedEntryLookup |
|
List< ushort > | unloadedTypes |
|
◆ GetModBlockType()
override ushort TileIO.TileIOImpl.GetModBlockType |
( |
Tile |
tile | ) |
|
|
protectedvirtual |