-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptInventory
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 ScriptInventory
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptInventory.java
| Signature | Status | Source |
|---|---|---|
public int getSizeInventory() |
Current | line 15 |
public String getName() |
Current | line 19 |
public int getStackLimit() |
Current | line 23 |
| Signature | Status | Source |
|---|---|---|
public void setSlot(int var1, ScriptItem var2) |
Current | line 37 |
| Signature | Status | Source |
|---|---|---|
public ScriptItem getItemInSlot(int var1) |
Current | line 27 |
public ScriptItem decrementItem(int var1, int var2) |
Current | line 32 |
public void emptySlot(int var1) |
Current | line 41 |
Scripting-API-ScriptGameMode · Scripting-API · Scripting-API-ScriptInventoryPlayer
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