-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptEntityArrow
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 ScriptEntityArrow extends ScriptEntity
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptEntityArrow.java
Extends: [[Scripting-API-ScriptEntity|ScriptEntity]]
| Signature | Status | Source |
|---|---|---|
public int getInBlockID() |
Current | line 17 |
public ScriptVec3 getInBlockCoords() |
Current | line 21 |
public boolean getIsPlayersArrow() |
Current | line 26 |
public ScriptEntity getOwner() |
Current | line 34 |
public int getAttackStrength() |
Current | line 42 |
| Signature | Status | Source |
|---|---|---|
public void setIsPlayersArrow(boolean var1) |
Current | line 30 |
public void setAttackStrength(int value) |
Current | line 38 |
public void setOwner(Mob entity) |
Current | line 46 |
public void setOwner(ScriptEntityPlayer entity) |
Current | line 48 |
Scripting-API-ScriptEntity · Scripting-API · Scripting-API-ScriptEntityCreature
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