app
/
org.powbot.api.action
/
NpcAction
Npc
Action
class
NpcAction
:
AbstractAction
<
NpcAction
>
Content copied to clipboard
Functions
Properties
Functions
set
Async
Link copied to clipboard
fun
setAsync
(async:
Boolean
):
NpcAction
Content copied to clipboard
set
Client
Link copied to clipboard
fun
setClient
(client:
IClient
?):
NpcAction
Content copied to clipboard
set
Entity
Name
Link copied to clipboard
fun
setEntityName
(entityName:
String
?):
NpcAction
Content copied to clipboard
set
Interaction
Link copied to clipboard
fun
setInteraction
(interaction:
String
?):
NpcAction
Content copied to clipboard
set
Mouse
X
Link copied to clipboard
fun
setMouseX
(mouseX:
Int
):
NpcAction
Content copied to clipboard
set
Mouse
Y
Link copied to clipboard
fun
setMouseY
(mouseY:
Int
):
NpcAction
Content copied to clipboard
set
Npc
Link copied to clipboard
fun
setNpc
(npc:
Npc
):
NpcAction
Content copied to clipboard
Properties
entityName
Link copied to clipboard
var
entityName
:
String
?
Content copied to clipboard
interaction
Link copied to clipboard
var
interaction
:
String
?
Content copied to clipboard
isAsync
Link copied to clipboard
var
isAsync
:
Boolean
Content copied to clipboard
mouseX
Link copied to clipboard
var
mouseX
:
Int
Content copied to clipboard
mouseY
Link copied to clipboard
var
mouseY
:
Int
Content copied to clipboard
npc
Link copied to clipboard
lateinit var
npc
:
Npc
Content copied to clipboard