-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptEntityDescription
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 ScriptEntityDescription
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptEntityDescription.java
| Signature | Status | Source |
|---|---|---|
public ScriptEntityDescription(String var1) |
Current | line 17 |
| Signature | Status | Source |
|---|---|---|
public int health; |
Current | line 5 |
public float height; |
Current | line 6 |
public float width; |
Current | line 7 |
public float moveSpeed; |
Current | line 8 |
public String texture; |
Current | line 9 |
public String onCreated; |
Current | line 10 |
public String onUpdate; |
Current | line 11 |
public String onAttacked; |
Current | line 12 |
public String onPathReached; |
Current | line 13 |
public String onDeath; |
Current | line 14 |
public String onInteraction; |
Current | line 15 |
Scripting-API-ScriptEntityCreature · Scripting-API · Scripting-API-ScriptEntityFlying
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