-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptModelBlockbench
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 ScriptModelBlockbench extends ScriptModelBase
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptModelBlockbench.java
Extends: [[Scripting-API-ScriptModelBase|ScriptModelBase]]
| Signature | Status | Source |
|---|---|---|
public ScriptModelBlockbench() |
Current | line 27 |
public ScriptModelBlockbench(int width, int height) |
Current | line 31 |
| Signature | Status | Source |
|---|---|---|
public float prevScaleX; |
Current | line 12 |
public float prevScaleY; |
Current | line 13 |
public float prevScaleZ; |
Current | line 14 |
public float scaleX; |
Current | line 15 |
public float scaleY; |
Current | line 16 |
public float scaleZ; |
Current | line 17 |
public float sizeX; |
Current | line 19 |
public float sizeY; |
Current | line 20 |
public float sizeZ; |
Current | line 21 |
public float pivotX; |
Current | line 23 |
public float pivotY; |
Current | line 24 |
public float pivotZ; |
Current | line 25 |
| Signature | Status | Source |
|---|---|---|
public ScriptVec3 getScale() |
Current | line 113 |
public ScriptVec3 getSize() |
Current | line 123 |
public ScriptVec3 getPivot() |
Current | line 137 |
| Signature | Status | Source |
|---|---|---|
public void setScale(float x, float y, float z) |
Current | line 106 |
public void setSize(int sizeX, int sizeY, int sizeZ) |
Current | line 117 |
public void setPivot(float pivotX, float pivotY, float pivotZ) |
Current | line 127 |
public void setPivot(ScriptVec3 vec) |
Current | line 133 |
| Signature | Status | Source |
|---|---|---|
public void addBox( int width, int height, int length, int textureOffsetX, int textureOffsetY) |
Current | line 75 |
public void addBoxInflated( int width, int height, int length, int textureOffsetX, int textureOffsetY, float inflate) |
Current | line 81 |
public void scaleTo(float x, float y, float z) |
Current | line 93 |
public void scaleBy(float x, float y, float z) |
Current | line 99 |
Scripting-API-ScriptModelBase · Scripting-API · Scripting-API-ScriptParticle
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