|
tModLoader v2025.09
A mod to make and play Terraria mods
|
Inherits IPersistentPerWorldContent, and IOnPlayerJoining.
Public Member Functions | |
| void | Load (BinaryReader reader, int gameVersionSaveWasMadeOn) |
| void | OnPlayerJoining (int playerIndex) |
| void | Reset () |
| void | Save (BinaryWriter writer) |
| void | ValidateWorld (BinaryReader reader, int gameVersionSaveWasMadeOn) |
| void | Load (BinaryReader reader, int gameVersionSaveWasMadeOn) |
| void | Reset () |
| void | Save (BinaryWriter writer) |
| void | ValidateWorld (BinaryReader reader, int gameVersionSaveWasMadeOn) |
| void | OnPlayerJoining (int playerIndex) |
Public Attributes | |
| ItemsSacrificedUnlocksTracker | ItemSacrifices = new ItemsSacrificedUnlocksTracker() |
| void CreativeUnlocksTracker.Load | ( | BinaryReader | reader, |
| int | gameVersionSaveWasMadeOn | ||
| ) |
Implements IPersistentPerWorldContent.
| void CreativeUnlocksTracker.OnPlayerJoining | ( | int | playerIndex | ) |
Implements IOnPlayerJoining.
| void CreativeUnlocksTracker.Reset | ( | ) |
Implements IPersistentPerWorldContent.
| void CreativeUnlocksTracker.Save | ( | BinaryWriter | writer | ) |
Implements IPersistentPerWorldContent.
| void CreativeUnlocksTracker.ValidateWorld | ( | BinaryReader | reader, |
| int | gameVersionSaveWasMadeOn | ||
| ) |
Implements IPersistentPerWorldContent.