Method | Description | |
---|---|---|
CheckMechaMayhem ( int justKilled = -1 ) : void | ||
HandleAnglerService ( ) : void | ||
HandleMining ( ) : void | ||
HandleNurseService ( int coinsSpent ) : void | ||
HandleOnEquip ( |
||
HandleRunning ( float pixelsMoved ) : void | ||
HandleSpecialEvent ( |
||
Initialize ( ) : void | ||
NotifyItemCraft ( |
||
NotifyItemPickup ( |
||
NotifyItemPickup ( |
||
NotifyNPCKilled ( Terraria.NPC npc ) : void | ||
NotifyNPCKilledDirect ( |
||
NotifyProgressionEvent ( int eventID ) : void | ||
NotifyTileDestroyed ( |
Method | Description | |
---|---|---|
OnPlayerEnteredWorld ( |
public static CheckMechaMayhem ( int justKilled = -1 ) : void | ||
justKilled | int | |
return | void |
public static HandleNurseService ( int coinsSpent ) : void | ||
coinsSpent | int | |
return | void |
public static HandleOnEquip ( |
||
player | ||
item | Item | |
context | int | |
return | void |
public static HandleRunning ( float pixelsMoved ) : void | ||
pixelsMoved | float | |
return | void |
public static HandleSpecialEvent ( |
||
player | ||
eventID | int | |
return | void |
public static NotifyItemCraft ( |
||
recipe | ||
return | void |
public static NotifyItemPickup ( |
||
player | ||
item | Item | |
return | void |
public static NotifyItemPickup ( |
||
player | ||
item | Item | |
customStack | int | |
return | void |
public static NotifyNPCKilled ( Terraria.NPC npc ) : void | ||
npc | Terraria.NPC | |
return | void |
public static NotifyNPCKilledDirect ( |
||
player | ||
npcNetID | int | |
return | void |
public static NotifyProgressionEvent ( int eventID ) : void | ||
eventID | int | |
return | void |
public static NotifyTileDestroyed ( |
||
player | ||
tile | ushort | |
return | void |