C# Class Terraria.GameContent.Achievements.AchievementsHelper

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Méthode Description
CheckMechaMayhem ( int justKilled = -1 ) : void
HandleAnglerService ( ) : void
HandleMining ( ) : void
HandleNurseService ( int coinsSpent ) : void
HandleOnEquip ( Player player, Item item, int context ) : void
HandleRunning ( float pixelsMoved ) : void
HandleSpecialEvent ( Player player, int eventID ) : void
Initialize ( ) : void
NotifyItemCraft ( Recipe recipe ) : void
NotifyItemPickup ( Player player, Item item ) : void
NotifyItemPickup ( Player player, Item item, int customStack ) : void
NotifyNPCKilled ( Terraria.NPC npc ) : void
NotifyNPCKilledDirect ( Player player, int npcNetID ) : void
NotifyProgressionEvent ( int eventID ) : void
NotifyTileDestroyed ( Player player, ushort tile ) : void

Private Methods

Méthode Description
OnPlayerEnteredWorld ( Player player ) : void

Method Details

CheckMechaMayhem() public static méthode

public static CheckMechaMayhem ( int justKilled = -1 ) : void
justKilled int
Résultat void

HandleAnglerService() public static méthode

public static HandleAnglerService ( ) : void
Résultat void

HandleMining() public static méthode

public static HandleMining ( ) : void
Résultat void

HandleNurseService() public static méthode

public static HandleNurseService ( int coinsSpent ) : void
coinsSpent int
Résultat void

HandleOnEquip() public static méthode

public static HandleOnEquip ( Player player, Item item, int context ) : void
player Terraria.Player
item Item
context int
Résultat void

HandleRunning() public static méthode

public static HandleRunning ( float pixelsMoved ) : void
pixelsMoved float
Résultat void

HandleSpecialEvent() public static méthode

public static HandleSpecialEvent ( Player player, int eventID ) : void
player Terraria.Player
eventID int
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

NotifyItemCraft() public static méthode

public static NotifyItemCraft ( Recipe recipe ) : void
recipe Terraria.Recipe
Résultat void

NotifyItemPickup() public static méthode

public static NotifyItemPickup ( Player player, Item item ) : void
player Terraria.Player
item Item
Résultat void

NotifyItemPickup() public static méthode

public static NotifyItemPickup ( Player player, Item item, int customStack ) : void
player Terraria.Player
item Item
customStack int
Résultat void

NotifyNPCKilled() public static méthode

public static NotifyNPCKilled ( Terraria.NPC npc ) : void
npc Terraria.NPC
Résultat void

NotifyNPCKilledDirect() public static méthode

public static NotifyNPCKilledDirect ( Player player, int npcNetID ) : void
player Terraria.Player
npcNetID int
Résultat void

NotifyProgressionEvent() public static méthode

public static NotifyProgressionEvent ( int eventID ) : void
eventID int
Résultat void

NotifyTileDestroyed() public static méthode

public static NotifyTileDestroyed ( Player player, ushort tile ) : void
player Terraria.Player
tile ushort
Résultat void