-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptColor
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 interface ScriptColor
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptColor.java
| Signature | Status | Source |
|---|---|---|
public ScriptVec4 getColor() |
Current | line 5 |
public default double getRed() |
Deprecated | line 10 |
public default double getGreen() |
Deprecated | line 20 |
public default double getBlue() |
Deprecated | line 30 |
public default double getAlpha() |
Deprecated | line 40 |
| Signature | Status | Source |
|---|---|---|
public void setColor(ScriptVec4 value) |
Current | line 7 |
public default void setRed(double value) |
Deprecated | line 15 |
public default void setGreen(double value) |
Deprecated | line 25 |
public default void setBlue(double value) |
Deprecated | line 35 |
public default void setAlpha(double value) |
Deprecated | line 45 |
Scripting-API-ScriptChat · Scripting-API · Scripting-API-ScriptContinuation
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