Method |
Description |
|
HasModArmor ( int slot, int position ) : bool |
|
|
HasModData ( Tile tile ) : bool |
|
|
LoadContainers ( TagCompound tag ) : void |
|
|
LoadLegacyTiles ( BinaryReader reader ) : void |
|
|
LoadTiles ( TagCompound tag ) : void |
|
|
NextTile ( int &i, int &j ) : bool |
|
|
ReadContainerData ( BinaryReader reader, ContainerTables tables ) : void |
|
|
ReadContainers ( BinaryReader reader ) : void |
|
|
ReadModTile ( int &i, int &j, TileTables tables, BinaryReader reader, bool &nextModTile ) : void |
|
|
ReadTileData ( BinaryReader reader, TileTables tables ) : void |
|
|
SaveContainers ( ) : TagCompound |
|
|
SaveTiles ( ) : TagCompound |
|
|
VanillaSaveFrames ( Tile tile, short &frameX ) : void |
|
|
WriteContainerData ( BinaryWriter writer ) : void |
|
|
WriteModTile ( int &i, int &j, BinaryWriter writer, bool &nextModTile, bool hasTile, bool hasWall ) : void |
|
|
WriteTileData ( BinaryWriter writer, bool hasTile, bool hasWall ) : void |
|
|