public class Definitions
extends java.lang.Object
| Constructor and Description |
|---|
Definitions(ClientContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
net.runelite.api.ItemComposition |
getItemDefinition(int id)
will return the item definitions for the item with id={id}
|
net.runelite.api.NPCComposition |
getNpcDefinition(int id)
will return the npc definitions for the npc with id={id}
|
net.runelite.api.ObjectComposition |
getObjectDefinition(int id)
will return the object definitions for the object with id={id}
|
public Definitions(ClientContext ctx)
public net.runelite.api.ItemComposition getItemDefinition(int id)
id - public net.runelite.api.NPCComposition getNpcDefinition(int id)
id - public net.runelite.api.ObjectComposition getObjectDefinition(int id)
id -