C# Класс Tibialyzer.NotificationManager

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Back() публичный статический Метод

public static Back ( ) : void
Результат void

ClearNotifications() публичный статический Метод

public static ClearNotifications ( ) : void
Результат void

HasBack() публичный статический Метод

public static HasBack ( ) : bool
Результат bool

LastCommand() публичный статический Метод

public static LastCommand ( ) : Tibialyzer.TibialyzerCommand
Результат Tibialyzer.TibialyzerCommand

ShowAchievement() публичный статический Метод

public static ShowAchievement ( Achievement a, string comm ) : void
a Achievement
comm string
Результат void

ShowCityDisplayForm() публичный статический Метод

public static ShowCityDisplayForm ( Tibialyzer.City city, string comm ) : void
city Tibialyzer.City
comm string
Результат void

ShowCreatureDrops() публичный статический Метод

public static ShowCreatureDrops ( Tibialyzer.Creature c, string comm ) : void
c Tibialyzer.Creature
comm string
Результат void

ShowCreatureList() публичный статический Метод

public static ShowCreatureList ( List c, string title, string command, bool conditionalAttributes = false ) : void
c List
title string
command string
conditionalAttributes bool
Результат void

ShowCreatureStats() публичный статический Метод

public static ShowCreatureStats ( Tibialyzer.Creature c, string comm ) : void
c Tibialyzer.Creature
comm string
Результат void

ShowDamageMeter() публичный статический Метод

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
Результат void

ShowExperienceChartNotification() публичный статический Метод

public static ShowExperienceChartNotification ( string comm ) : void
comm string
Результат void

ShowHouseForm() публичный статический Метод

public static ShowHouseForm ( House h, string command ) : void
h House
command string
Результат void

ShowHuntGuideNotification() публичный статический Метод

public static ShowHuntGuideNotification ( Tibialyzer.HuntingPlace hunt, string comm, int page ) : void
hunt Tibialyzer.HuntingPlace
comm string
page int
Результат void

ShowHuntingPlace() публичный статический Метод

public static ShowHuntingPlace ( Tibialyzer.HuntingPlace h, string comm ) : void
h Tibialyzer.HuntingPlace
comm string
Результат void

ShowItemNotification() публичный статический Метод

public static ShowItemNotification ( string command ) : void
command string
Результат void

ShowItemView() публичный статический Метод

public static ShowItemView ( Item i, int currentPage, int currentDisplay, string comm ) : void
i Item
currentPage int
currentDisplay int
comm string
Результат void

ShowListNotification() публичный статический Метод

public static ShowListNotification ( List commands, int type, string comm ) : void
commands List
type int
comm string
Результат void

ShowLootDrops() публичный статический Метод

public static ShowLootDrops ( Hunt h, string comm, string screenshot_path ) : void
h Hunt
comm string
screenshot_path string
Результат void

ShowMapForm() публичный статический Метод

public static ShowMapForm ( Coordinate startCoordinate, string comm ) : void
startCoordinate Coordinate
comm string
Результат void

ShowMountNotification() публичный статический Метод

public static ShowMountNotification ( Tibialyzer.Mount mount, string comm ) : void
mount Tibialyzer.Mount
comm string
Результат void

ShowNPCForm() публичный статический Метод

public static ShowNPCForm ( Tibialyzer.NPC c, string command ) : void
c Tibialyzer.NPC
command string
Результат void

ShowNotification() публичный статический Метод

public static ShowNotification ( NotificationForm f, string command, string screenshot_path = "" ) : void
f NotificationForm
command string
screenshot_path string
Результат void

ShowOutfitNotification() публичный статический Метод

public static ShowOutfitNotification ( Tibialyzer.Outfit outfit, string comm ) : void
outfit Tibialyzer.Outfit
comm string
Результат void

ShowOutfiterNotification() публичный статический Метод

public static ShowOutfiterNotification ( OutfiterOutfit outfit, string comm ) : void
outfit OutfiterOutfit
comm string
Результат void

ShowPlayer() публичный статический Метод

public static ShowPlayer ( Player player, string comm ) : void
player Player
comm string
Результат void

ShowQuestGuideNotification() публичный статический Метод

public static ShowQuestGuideNotification ( Tibialyzer.Quest quest, string comm, int page, string mission ) : void
quest Tibialyzer.Quest
comm string
page int
mission string
Результат void

ShowQuestNotification() публичный статический Метод

public static ShowQuestNotification ( Tibialyzer.Quest quest, string comm ) : void
quest Tibialyzer.Quest
comm string
Результат void

ShowRoute() публичный статический Метод

public static ShowRoute ( Coordinate target, Tibialyzer.TibiaObject obj, string command ) : void
target Coordinate
obj Tibialyzer.TibiaObject
command string
Результат void

ShowSpellNotification() публичный статический Метод

public static ShowSpellNotification ( Tibialyzer.Spell spell, int initialVocation, string comm ) : void
spell Tibialyzer.Spell
initialVocation int
comm string
Результат void

ShowSummaryForm() публичный статический Метод

public static ShowSummaryForm ( string command, string screenshot_path = "" ) : void
command string
screenshot_path string
Результат void

ShowTaskNotification() публичный статический Метод

public static ShowTaskNotification ( Task task, string comm ) : void
task Task
comm string
Результат void

ShowWasteForm() публичный статический Метод

public static ShowWasteForm ( Hunt hunt, string command ) : void
hunt Hunt
command string
Результат void

UpdateDamageDisplay() публичный статический Метод

public static UpdateDamageDisplay ( ) : void
Результат void

UpdateExperienceDisplay() публичный статический Метод

public static UpdateExperienceDisplay ( ) : void
Результат void

UpdateLootDisplay() публичный статический Метод

public static UpdateLootDisplay ( ) : void
Результат void

UpdateUsedItemsDisplay() публичный статический Метод

public static UpdateUsedItemsDisplay ( ) : void
Результат void