C# 클래스 Tibialyzer.NotificationManager

파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 메소드들

메소드 설명
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