-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptVec3
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 ScriptVec3
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptVec3.java
| Signature | Status | Source |
|---|---|---|
public ScriptVec3(double x, double y, double z) |
Current | line 9 |
public ScriptVec3(double value) |
Current | line 15 |
| Signature | Status | Source |
|---|---|---|
public double x; |
Current | line 5 |
public double y; |
Current | line 6 |
public double z; |
Current | line 7 |
| Signature | Status | Source |
|---|---|---|
public double getR() |
Current | line 53 |
public double getG() |
Current | line 61 |
public double getB() |
Current | line 69 |
| Signature | Status | Source |
|---|---|---|
public void setR(double value) |
Current | line 57 |
public void setG(double value) |
Current | line 65 |
public void setB(double value) |
Current | line 73 |
| Signature | Status | Source |
|---|---|---|
public ScriptVec3 add(ScriptVec3 vec) |
Current | line 21 |
public ScriptVec3 subtract(ScriptVec3 vec) |
Current | line 28 |
public ScriptVec3 scale(double value) |
Current | line 35 |
public double length() |
Current | line 42 |
public double distance(ScriptVec3 vec) |
Current | line 46 |
Scripting-API-ScriptUISprite · Scripting-API · Scripting-API-ScriptVec4
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