-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptUILabel
Generated from the current Java source. Do not edit this page by hand.
Declaration: public class ScriptUILabel extends UIElement implements ScriptColor
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptUILabel.java
Extends: [[Scripting-API-UIElement|UIElement]]
Implements: [[Scripting-API-ScriptColor|ScriptColor]]
| Signature | Status | Source |
|---|---|---|
public ScriptUILabel(String text, double x, double y) |
Current | line 27 |
public ScriptUILabel(String text, double x, double y, ScriptUIContainer container) |
Current | line 31 |
| Signature | Status | Source |
|---|---|---|
public boolean shadow; |
Current | line 21 |
public boolean centered; |
Current | line 22 |
| Signature | Status | Source |
|---|---|---|
public String getText() |
Current | line 86 |
public ScriptVec4 getColor() |
Current | line 102 |
| Signature | Status | Source |
|---|---|---|
public void setText(String text) |
Current | line 91 |
public void setColor(ScriptVec4 value) |
Current | line 107 |
| Signature | Status | Source |
|---|---|---|
public void render(Font font, Textures textures, float deltaTime) |
Current | line 44 |
Scripting-API-ScriptUIContainer · Scripting-API · Scripting-API-ScriptUIRect
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