Package com.valhalla.sdk.api.methods
Class GroundItems
java.lang.Object
com.valhalla.sdk.api.methods.GroundItems
Ground-item interactions backed by the captured scene-action function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<GroundItem> all()static List<GroundItem> getById(int id) static booleaninteract(int id, int x, int y, int plane, int action) static booleanstatic Optional<GroundItem> nearest()static Optional<GroundItem> nearest(Filter<GroundItem> filter)
-
Method Details
-
all
-
getById
-
nearest
-
nearest
-
interact
-
interact
public static boolean interact(int id, int x, int y, int plane, int action)
-