Package com.valhalla.sdk.api.methods
Class GameObjects
java.lang.Object
com.valhalla.sdk.api.methods.GameObjects
Scene-object operations currently supported by the native action hook.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<SceneObject> all()static List<SceneObject> getById(int id) static booleaninteract(int id, int x, int y, int plane, int action) static booleanstatic Optional<SceneObject> nearest()static Optional<SceneObject> nearest(Filter<SceneObject> filter)
-
Method Details
-
all
-
getById
-
nearest
-
nearest
-
interact
-
interact
public static boolean interact(int id, int x, int y, int plane, int action)
-