C# Class Terraria.ModLoader.Default.MysteryTilesWorld

Inheritance: ModWorld
Mostrar archivo Open project: bluemagic123/tModLoader

Public Methods

Method Description
Initialize ( ) : void
Load ( TagCompound tag ) : void
LoadLegacy ( BinaryReader reader ) : void
Save ( ) : TagCompound

Private Methods

Method Description
ConfirmPendingInfo ( ) : void
RestoreTiles ( List canRestore ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Load() public method

public Load ( TagCompound tag ) : void
tag TagCompound
return void

LoadLegacy() public method

public LoadLegacy ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

Save() public method

public Save ( ) : TagCompound
return TagCompound