-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptUIContainer
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 ScriptUIContainer extends UIElement
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptUIContainer.java
Extends: [[Scripting-API-UIElement|UIElement]]
| Signature | Status | Source |
|---|---|---|
public ScriptUIContainer(double x, double y) |
Current | line 19 |
public ScriptUIContainer(double x, double y, ScriptUIContainer parent) |
Current | line 23 |
| Signature | Status | Source |
|---|---|---|
public String text; |
Current | line 15 |
| Signature | Status | Source |
|---|---|---|
public void render(Font font, Textures textures, float deltaTime) |
Current | line 33 |
public void add(UIElement element) |
Current | line 52 |
public void addToBack(UIElement element) |
Current | line 61 |
public void remove(UIElement element) |
Current | line 70 |
public void clear() |
Current | line 75 |
public void onUpdate() |
Current | line 80 |
Scripting-API-ScriptUI · Scripting-API · Scripting-API-ScriptUILabel
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