Skip to content

Scripting API ScriptModel

github-actions[bot] edited this page Jul 15, 2026 · 1 revision

Script API: ScriptModel

Generated from the current Java source. Do not edit this page by hand.

Scripting-API

Declaration: public class ScriptModel extends ScriptModelBase Source: src/main/java/dev/adventurecraft/awakening/script/ScriptModel.java Extends: [[Scripting-API-ScriptModelBase|ScriptModelBase]]

Constructors

Signature Status Source
public ScriptModel() Current line 11
public ScriptModel(int width, int height) Current line 15

Other methods

Signature Status Source
public void addBox( String boxName, float offsetX, float offsetY, float offsetZ, int width, int height, int length, int textureOffsetX, int textureOffsetY) Current line 22
public void addBox( float offsetX, float offsetY, float offsetZ, int width, int height, int length, int textureOffsetX, int textureOffsetY) Current line 30
public void addBoxExpanded( String boxName, float offsetX, float offsetY, float offsetZ, int width, int height, int length, int textureOffsetX, int textureOffsetY, float scale) Current line 38
public void addBoxExpanded( float offsetX, float offsetY, float offsetZ, int width, int height, int length, int textureOffsetX, int textureOffsetY, float scale) Current line 47

Scripting-API-ScriptKeyboard · Scripting-API · Scripting-API-ScriptModelBase

Clone this wiki locally