| Package | Description |
|---|---|
| simple.hooks.filters | |
| simple.hooks.simplebot |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleNpcs.useItemOnNPC(SimpleNpc npc,
SimpleItem item) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Magic.castSpellOnNPC(java.lang.String spellName,
SimpleNpc npc)
will cast {spellname} on specified {npc}, returns {true} if cast was successful, {false} otherwise
|
boolean |
ScriptPaint.drawNpcMatrix(java.awt.Graphics2D graphics2D,
SimpleNpc simpleNpc)
Draws a specified simplenpc's click bounds in-game
|