-
Notifications
You must be signed in to change notification settings - Fork 5
Scripting API ScriptKeyboard
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 ScriptKeyboard
Source: src/main/java/dev/adventurecraft/awakening/script/ScriptKeyboard.java
| Signature | Status | Source |
|---|---|---|
public String keyForwardScript; |
Current | line 18 |
public String keyBackScript; |
Current | line 19 |
public String keyLeftScript; |
Current | line 20 |
public String keyRightScript; |
Current | line 21 |
public String keyJumpScript; |
Current | line 22 |
public String keySneakScript; |
Current | line 23 |
| Signature | Status | Source |
|---|---|---|
public void bindKey(int var1, String var2) |
Current | line 37 |
public void unbindKey(int var1) |
Current | line 41 |
public void bindAllKeyScript(String var1) |
Current | line 45 |
public void unbindAllKeyScript() |
Current | line 49 |
public void processKeyPress(int key) |
Current | line 53 |
public boolean isKeyDown(int key) |
Current | line 72 |
public String getKeyName(int key) |
Current | line 80 |
public int getKeyID(String keyName) |
Current | line 84 |
public boolean processPlayerKeyPress(int key, boolean isDown) |
Current | line 88 |
Scripting-API-ScriptItem · Scripting-API · Scripting-API-ScriptModel
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