C# Class Tibialyzer.NotificationManager

Show file Open project: Mytherin/Tibialyzer Class Usage Examples

Public Methods

Method Description
Back ( ) : void
ClearNotifications ( ) : void
HasBack ( ) : bool
LastCommand ( ) : Tibialyzer.TibialyzerCommand
ShowAchievement ( Achievement a, string comm ) : void
ShowCityDisplayForm ( Tibialyzer.City city, string comm ) : void
ShowCreatureDrops ( Tibialyzer.Creature c, string comm ) : void
ShowCreatureList ( List c, string title, string command, bool conditionalAttributes = false ) : void
ShowCreatureStats ( Tibialyzer.Creature c, string comm ) : void
ShowDamageMeter ( DamageResult>.Dictionary dps, string comm, DamageChartType chartType, string filter = "", string screenshot_path = "" ) : void
ShowExperienceChartNotification ( string comm ) : void
ShowHouseForm ( House h, string command ) : void
ShowHuntGuideNotification ( Tibialyzer.HuntingPlace hunt, string comm, int page ) : void
ShowHuntingPlace ( Tibialyzer.HuntingPlace h, string comm ) : void
ShowItemNotification ( string command ) : void
ShowItemView ( Item i, int currentPage, int currentDisplay, string comm ) : void
ShowListNotification ( List commands, int type, string comm ) : void
ShowLootDrops ( Hunt h, string comm, string screenshot_path ) : void
ShowMapForm ( Coordinate startCoordinate, string comm ) : void
ShowMountNotification ( Tibialyzer.Mount mount, string comm ) : void
ShowNPCForm ( Tibialyzer.NPC c, string command ) : void
ShowNotification ( NotificationForm f, string command, string screenshot_path = "" ) : void
ShowOutfitNotification ( Tibialyzer.Outfit outfit, string comm ) : void
ShowOutfiterNotification ( OutfiterOutfit outfit, string comm ) : void
ShowPlayer ( Player player, string comm ) : void
ShowQuestGuideNotification ( Tibialyzer.Quest quest, string comm, int page, string mission ) : void
ShowQuestNotification ( Tibialyzer.Quest quest, string comm ) : void
ShowRoute ( Coordinate target, Tibialyzer.TibiaObject obj, string command ) : void
ShowSpellNotification ( Tibialyzer.Spell spell, int initialVocation, string comm ) : void
ShowSummaryForm ( string command, string screenshot_path = "" ) : void
ShowTaskNotification ( Task task, string comm ) : void
ShowWasteForm ( Hunt hunt, string command ) : void
UpdateDamageDisplay ( ) : void
UpdateExperienceDisplay ( ) : void
UpdateLootDisplay ( ) : void
UpdateUsedItemsDisplay ( ) : void

Method Details

Back() public static method

public static Back ( ) : void
return void

ClearNotifications() public static method

public static ClearNotifications ( ) : void
return void

HasBack() public static method

public static HasBack ( ) : bool
return bool

LastCommand() public static method

public static LastCommand ( ) : Tibialyzer.TibialyzerCommand
return Tibialyzer.TibialyzerCommand

ShowAchievement() public static method

public static ShowAchievement ( Achievement a, string comm ) : void
a Achievement
comm string
return void

ShowCityDisplayForm() public static method

public static ShowCityDisplayForm ( Tibialyzer.City city, string comm ) : void
city Tibialyzer.City
comm string
return void

ShowCreatureDrops() public static method

public static ShowCreatureDrops ( Tibialyzer.Creature c, string comm ) : void
c Tibialyzer.Creature
comm string
return void

ShowCreatureList() public static method

public static ShowCreatureList ( List c, string title, string command, bool conditionalAttributes = false ) : void
c List
title string
command string
conditionalAttributes bool
return void

ShowCreatureStats() public static method

public static ShowCreatureStats ( Tibialyzer.Creature c, string comm ) : void
c Tibialyzer.Creature
comm string
return void

ShowDamageMeter() public static method

public static ShowDamageMeter ( DamageResult>.Dictionary dps, string comm, DamageChartType chartType, string filter = "", string screenshot_path = "" ) : void
dps DamageResult>.Dictionary
comm string
chartType DamageChartType
filter string
screenshot_path string
return void

ShowExperienceChartNotification() public static method

public static ShowExperienceChartNotification ( string comm ) : void
comm string
return void

ShowHouseForm() public static method

public static ShowHouseForm ( House h, string command ) : void
h House
command string
return void

ShowHuntGuideNotification() public static method

public static ShowHuntGuideNotification ( Tibialyzer.HuntingPlace hunt, string comm, int page ) : void
hunt Tibialyzer.HuntingPlace
comm string
page int
return void

ShowHuntingPlace() public static method

public static ShowHuntingPlace ( Tibialyzer.HuntingPlace h, string comm ) : void
h Tibialyzer.HuntingPlace
comm string
return void

ShowItemNotification() public static method

public static ShowItemNotification ( string command ) : void
command string
return void

ShowItemView() public static method

public static ShowItemView ( Item i, int currentPage, int currentDisplay, string comm ) : void
i Item
currentPage int
currentDisplay int
comm string
return void

ShowListNotification() public static method

public static ShowListNotification ( List commands, int type, string comm ) : void
commands List
type int
comm string
return void

ShowLootDrops() public static method

public static ShowLootDrops ( Hunt h, string comm, string screenshot_path ) : void
h Hunt
comm string
screenshot_path string
return void

ShowMapForm() public static method

public static ShowMapForm ( Coordinate startCoordinate, string comm ) : void
startCoordinate Coordinate
comm string
return void

ShowMountNotification() public static method

public static ShowMountNotification ( Tibialyzer.Mount mount, string comm ) : void
mount Tibialyzer.Mount
comm string
return void

ShowNPCForm() public static method

public static ShowNPCForm ( Tibialyzer.NPC c, string command ) : void
c Tibialyzer.NPC
command string
return void

ShowNotification() public static method

public static ShowNotification ( NotificationForm f, string command, string screenshot_path = "" ) : void
f NotificationForm
command string
screenshot_path string
return void

ShowOutfitNotification() public static method

public static ShowOutfitNotification ( Tibialyzer.Outfit outfit, string comm ) : void
outfit Tibialyzer.Outfit
comm string
return void

ShowOutfiterNotification() public static method

public static ShowOutfiterNotification ( OutfiterOutfit outfit, string comm ) : void
outfit OutfiterOutfit
comm string
return void

ShowPlayer() public static method

public static ShowPlayer ( Player player, string comm ) : void
player Player
comm string
return void

ShowQuestGuideNotification() public static method

public static ShowQuestGuideNotification ( Tibialyzer.Quest quest, string comm, int page, string mission ) : void
quest Tibialyzer.Quest
comm string
page int
mission string
return void

ShowQuestNotification() public static method

public static ShowQuestNotification ( Tibialyzer.Quest quest, string comm ) : void
quest Tibialyzer.Quest
comm string
return void

ShowRoute() public static method

public static ShowRoute ( Coordinate target, Tibialyzer.TibiaObject obj, string command ) : void
target Coordinate
obj Tibialyzer.TibiaObject
command string
return void

ShowSpellNotification() public static method

public static ShowSpellNotification ( Tibialyzer.Spell spell, int initialVocation, string comm ) : void
spell Tibialyzer.Spell
initialVocation int
comm string
return void

ShowSummaryForm() public static method

public static ShowSummaryForm ( string command, string screenshot_path = "" ) : void
command string
screenshot_path string
return void

ShowTaskNotification() public static method

public static ShowTaskNotification ( Task task, string comm ) : void
task Task
comm string
return void

ShowWasteForm() public static method

public static ShowWasteForm ( Hunt hunt, string command ) : void
hunt Hunt
command string
return void

UpdateDamageDisplay() public static method

public static UpdateDamageDisplay ( ) : void
return void

UpdateExperienceDisplay() public static method

public static UpdateExperienceDisplay ( ) : void
return void

UpdateLootDisplay() public static method

public static UpdateLootDisplay ( ) : void
return void

UpdateUsedItemsDisplay() public static method

public static UpdateUsedItemsDisplay ( ) : void
return void