-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptItem
github-actions[bot] edited this page Jul 15, 2026
·
1 revision
Generated from the current Java source. Do not edit this page by hand.
Declaration: public class ScriptItem
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptItem.java
| Signature | Status | Source |
|---|---|---|
public ScriptItem(ItemInstance var1) |
Current | line 10 |
public ScriptItem(int var1) |
Current | line 14 |
public ScriptItem(int var1, int var2) |
Current | line 18 |
public ScriptItem(int var1, int var2, int var3) |
Current | line 22 |
| Signature | Status | Source |
|---|---|---|
public ItemInstance item; |
Current | line 8 |
| Signature | Status | Source |
|---|---|---|
public int getItemID() |
Current | line 26 |
public int getQuantity() |
Current | line 34 |
public int getDamage() |
Current | line 42 |
public int getMaxDamage() |
Current | line 50 |
| Signature | Status | Source |
|---|---|---|
public void setItemID(int var1) |
Current | line 30 |
public void setQuantity(int var1) |
Current | line 38 |
public void setDamage(int var1) |
Current | line 46 |
| Signature | Status | Source |
|---|---|---|
public ScriptItem copy() |
Current | line 54 |
Scripting-API-ScriptInventoryPlayer · Scripting-API · Scripting-API-ScriptKeyboard
Applies to AC-Legacy 0.6.0 at source revision 439dbe5b157d. Current documentation is generated from the AC-Legacy-Mod source. Historical baseline links point to the AdventureCraft Fandom wiki, whose text is reported as CC-BY-SA. See Fact Checking and Provenance and Verification Status.
AC-Legacy Wiki
Use and authoring
Generated reference
Project and provenance