-
-
Notifications
You must be signed in to change notification settings - Fork 6
Class Tools
Yao Chung Hu edited this page Dec 28, 2021
·
1 revision
Implementation class tools are used to specify data types in Command Aliases. Other mods can write their own implementation class tool and extend Command Aliases' current list.
The argument type class tool is named arg. The list of methods can be found here.
Execution class tools are used to bind with implementation format or get context within Minecraft.
The minecraft class tool is named this.
List of methods
-
SELF- Returns name of the command executor.
- Home
- Command Aliases File
- Command Aliases Commands
- Command Modes for 0.3.0 and above
- Create a Command Alias (0.9.0)
- Create a Command Alias (0.8.0)
- Create a Command Alias (0.7.0)
- Create a Command Alias (0.5.0)
- Create a Command Alias (0.3.0 - 0.4.2)
- Create a Command Alias (0.0.9 - 0.2.0)
- Roadmap