-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptEffect
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 ScriptEffect
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptEffect.java
| Signature | Status | Source |
|---|---|---|
public String getOverlay() |
Current | line 46 |
public float getFovModifier() |
Current | line 128 |
public boolean getIsCameraActive() |
Current | line 140 |
| Signature | Status | Source |
|---|---|---|
public void setOverlay(String var1) |
Current | line 50 |
public void setFogColor(float r, float g, float b) |
Current | line 58 |
public void setFogDensity(float start, float end) |
Current | line 70 |
public void setLightRampValue(int index, float value) |
Current | line 86 |
public void setFovModifier(float var1) |
Current | line 132 |
| Signature | Status | Source |
|---|---|---|
public ScriptEntity spawnParticle(String type, double x, double y, double z, double vX, double vY, double vZ) |
Current | line 28 |
public boolean replaceTexture(String keyName, String var2) |
Current | line 33 |
public String getReplaceTexture(String keyName) |
Current | line 37 |
public void revertTextures() |
Current | line 42 |
public void clearOverlay() |
Current | line 54 |
public void revertFogColor() |
Current | line 66 |
public void revertFogDensity() |
Current | line 77 |
public float getLightRampValue(int index) |
Current | line 81 |
public void resetLightRampValues() |
Current | line 95 |
public void registerTextureAnimation( String animationName, String texName, String imageName, int x, int y, int width, int height ) |
Current | line 105 |
public void unregisterTextureAnimation(String animationName) |
Current | line 120 |
public void explode(ScriptEntity entity, double x, double y, double z, float power, boolean causeFires) |
Current | line 124 |
public void cancelCutscene() |
Current | line 136 |
Scripting-API-ScriptContinuation · Scripting-API · Scripting-API-ScriptEntity
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