Well just wanted to know the way of avoiding it..
Anyways if its not possible to avoid, how am I suppose to extend my API with that? Not managing to do it
I would like if someone could give me an example.
I want to do something like this
class CustomMethodProvider extends MethodProvider{
MyInventory inventory = (MyInventory) super.inventory;
}
How Im I suppose to extend my Script with that MethodProvider and not the OSBot one? like..
class Script extends MyMethodProvider{
//rest of the class
}
I really could use some help
I have been tryin that for quite long now, without any luck I just wanna add a bit of my API in a nice way.
I could really use some help Tyvm
Edit:
I wanna do something like this but in my "Nodes".. and in my whole script, Acctualy I just wanna change my scripts one :3
Says in my IntelliJ this method is deprecated, so whats the alternative way of doing what I want?
credits: and me for making you all aware
They send it to the server..
I was saying that they can send to the server whenever they want, but i realised it only happens when the login handler is up
Well they can do it whever they want really!
They can send when you add account to account manager, they can send it while playing, like doing any random.
getPassword() and getUsername() keep the same till a new one is inserted
Btw hi Wyn