Package net.runelite.api
Interface EntityOps
-
public interface EntityOpsMenu options on a TileObject or NPC
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_OPS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumOps()java.lang.StringgetOp(int idx)EntityOpsgetSubOps(int idx)
-
-
-
Field Detail
-
MAX_OPS
static final int MAX_OPS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNumOps
int getNumOps()
-
getOp
@Nullable java.lang.String getOp(int idx)
-
getSubOps
EntityOps getSubOps(int idx)
-
-