-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptUISprite
Generated from the current Java source. Do not edit this page by hand.
Declaration: public class ScriptUISprite extends UIElement implements ScriptColor
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptUISprite.java
Extends: [[Scripting-API-UIElement|UIElement]]
Implements: [[Scripting-API-ScriptColor|ScriptColor]]
| Signature | Status | Source |
|---|---|---|
public ScriptUISprite(String texture, double x, double y, double width, double height, double u, double v) |
Current | line 22 |
public ScriptUISprite( String texture, double x, double y, double width, double height, double u, double v, ScriptUIContainer container ) |
Current | line 26 |
| Signature | Status | Source |
|---|---|---|
public String texture; |
Current | line 12 |
public double width; |
Current | line 13 |
public double height; |
Current | line 14 |
public double imageWidth; |
Current | line 15 |
public double imageHeight; |
Current | line 16 |
public double u; |
Current | line 17 |
public double v; |
Current | line 18 |
| Signature | Status | Source |
|---|---|---|
public ScriptVec4 getColor() |
Current | line 81 |
| Signature | Status | Source |
|---|---|---|
public void setColor(ScriptVec4 value) |
Current | line 86 |
| Signature | Status | Source |
|---|---|---|
public void render(Font font, Textures textures, float deltaTime) |
Current | line 51 |
Scripting-API-ScriptUIRect · Scripting-API · Scripting-API-ScriptVec3
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