-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptEntityItem
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 ScriptEntityItem extends ScriptEntity
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptEntityItem.java
Extends: [[Scripting-API-ScriptEntity|ScriptEntity]]
| Signature | Status | Source |
|---|---|---|
public int getAge() |
Current | line 15 |
public int getHealth() |
Current | line 23 |
public ScriptItem getItem() |
Current | line 31 |
public int getPickupDelay() |
Current | line 39 |
| Signature | Status | Source |
|---|---|---|
public void setAge(int value) |
Current | line 19 |
public void setHealth(int value) |
Current | line 27 |
public void setItem(ScriptItem item) |
Current | line 35 |
public void setPickupDelay(int value) |
Current | line 43 |
Scripting-API-ScriptEntityFlying · Scripting-API · Scripting-API-ScriptEntityLiving
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