Uses of Class
net.runelite.api.RuneLiteObjectController
-
Packages that use RuneLiteObjectController Package Description net.runelite.api -
-
Uses of RuneLiteObjectController in net.runelite.api
Subclasses of RuneLiteObjectController in net.runelite.api Modifier and Type Class Description classRuneLiteObjectMethods in net.runelite.api with parameters of type RuneLiteObjectController Modifier and Type Method Description booleanClient. isRuneLiteObjectRegistered(RuneLiteObjectController controller)Checks whether aRuneLiteObjectControlleris registered to anyWorldView.voidClient. registerRuneLiteObject(RuneLiteObjectController controller)Registers a newRuneLiteObjectControllerto its correspondingWorldView.voidClient. removeRuneLiteObject(RuneLiteObjectController controller)Removes a newRuneLiteObjectControllerfrom its correspondingWorldView.
-