-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptEntityNPC
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 ScriptEntityNPC extends ScriptEntityLivingScript
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptEntityNPC.java
Extends: [[Scripting-API-ScriptEntityLivingScript|ScriptEntityLivingScript]]
| Signature | Status | Source |
|---|---|---|
public String getName() |
Current | line 15 |
public String getChatMsg() |
Current | line 23 |
public double getSpawnX() |
Current | line 31 |
public double getSpawnY() |
Current | line 39 |
public double getSpawnZ() |
Current | line 47 |
public boolean getPathToHome() |
Current | line 55 |
public boolean getTrackPlayer() |
Current | line 63 |
public boolean getIsAttackable() |
Current | line 71 |
| Signature | Status | Source |
|---|---|---|
public void setName(String var1) |
Current | line 19 |
public void setChatMsg(String var1) |
Current | line 27 |
public void setSpawnX(double var1) |
Current | line 35 |
public void setSpawnY(double var1) |
Current | line 43 |
public void setSpawnZ(double var1) |
Current | line 51 |
public void setPathToHome(boolean var1) |
Current | line 59 |
public void setTrackPlayer(boolean var1) |
Current | line 67 |
public void setIsAttackable(boolean var1) |
Current | line 75 |
Scripting-API-ScriptEntityMob · Scripting-API · Scripting-API-ScriptEntityPlayer
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