-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptEntityWolf
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 ScriptEntityWolf extends ScriptEntityCreature
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptEntityWolf.java
Extends: [[Scripting-API-ScriptEntityCreature|ScriptEntityCreature]]
| Signature | Status | Source |
|---|---|---|
public int getAttackStrength() |
Current | line 20 |
public boolean isWolfSitting() |
Current | line 28 |
public boolean isWolfAngry() |
Current | line 36 |
public boolean isWolfTamed() |
Current | line 44 |
public String getWolfOwner() |
Current | line 52 |
| Signature | Status | Source |
|---|---|---|
public void setAttackStrength(int var1) |
Current | line 16 |
public void setWolfSitting(boolean var1) |
Current | line 24 |
public void setWolfAngry(boolean var1) |
Current | line 32 |
public void setWolfTamed(boolean var1) |
Current | line 40 |
public void setWolfOwner(ScriptEntityPlayer var1) |
Current | line 48 |
Scripting-API-ScriptEntitySlime · Scripting-API · Scripting-API-ScriptGameMode
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