Package org. powbot. api. event
Types
Break Event
Link copied to clipboard
Game Action Event
Link copied to clipboard
Game Action Opcode
Link copied to clipboard
Inventory Change Event
Link copied to clipboard
data class InventoryChangeEvent(itemId: Int, quantityChange: Int, newQuantity: Int, itemName: String?)
Content copied to clipboard
Inventory Item Action Event
Link copied to clipboard
class InventoryItemActionEvent(var0: Int, widgetId: Int, rawOpcode: Int, id: Int, interaction: String, rawEntityName: String, mouseX: Int, mouseY: Int) : GameActionEvent
Content copied to clipboard
Key Event
Link copied to clipboard
Message Event
Link copied to clipboard
Npc Action Event
Link copied to clipboard
Render Event
Link copied to clipboard
Skill Exp Gained Event
Link copied to clipboard
data class SkillExpGainedEvent(skill: Skill, expGained: Int, newExpTotal: Int)
Content copied to clipboard
Skill Level Up Event
Link copied to clipboard
data class SkillLevelUpEvent(skill: Skill, levelsGained: Int, newLevel: Int)
Content copied to clipboard
Touch Event
Link copied to clipboard
class TouchEvent(type: TouchEvent.Type, mod: Int, x: Int, y: Int, consumed: Boolean)
Content copied to clipboard
Varpbit Changed Event
Link copied to clipboard
data class VarpbitChangedEvent(previousValue: Int, newValue: Int, index: Int)
Content copied to clipboard
Widget Action Event
Link copied to clipboard
class WidgetActionEvent(var0: Int, widgetId: Int, rawOpcode: Int, id: Int, interaction: String, rawEntityName: String, mouseX: Int, mouseY: Int) : GameActionEvent
Content copied to clipboard