![]() |
tModLoader v2025.08
A mod to make and play Terraria mods
|
Satisfied when any of the provided tiles is mined.
Called in WorldGen.KillTile, but will only be satisfied if AchievementsHelper.CurrentlyMining is true.
More...
Inherits AchievementCondition.
Public Member Functions | |
TileDestroyedCondition (ushort[] tileIds) | |
TileDestroyedCondition (ushort[] tileIds, string name) | |
![]() | |
delegate void | AchievementUpdate (AchievementCondition condition) |
virtual void | Clear () |
virtual void | Complete () |
IAchievementTracker | GetAchievementTracker () |
virtual void | Load (JObject state) |
Static Public Member Functions | |
static AchievementCondition | Create (params ushort[] tileIds) |
Additional Inherited Members | |
![]() | |
readonly string | Name |
![]() | |
AchievementCondition (string name) | |
virtual IAchievementTracker | CreateAchievementTracker () |
![]() | |
IAchievementTracker | _tracker |
![]() | |
bool | IsCompleted [get] |
![]() | |
AchievementUpdate | OnComplete |
Satisfied when any of the provided tiles is mined.
Called in WorldGen.KillTile, but will only be satisfied if AchievementsHelper.CurrentlyMining is true.