Package rs.kreme.ksbot.api.hooks
Class GraphicsObjects
- java.lang.Object
-
- rs.kreme.ksbot.api.hooks.GraphicsObjects
-
public class GraphicsObjects extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphicsObjects()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphicsObjectQuery
query()
Searches for GraphicsObjects and caches them for the current tick.
-
-
-
Method Detail
-
query
public GraphicsObjectQuery query()
Searches for GraphicsObjects and caches them for the current tick. If the tick has changed, it updates the cached objects.- Returns:
- a GraphicsObjectQuery containing the cached GraphicsObjects.
-
-