Skip to content

Class Tools

Yao Chung Hu edited this page Dec 28, 2021 · 1 revision

Class Tools

Implementation Class Tools

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.

Argument Type Class Tool

The argument type class tool is named arg. The list of methods can be found here.

Execution Class Tools

Execution class tools are used to bind with implementation format or get context within Minecraft.

Minecraft Class Tool

The minecraft class tool is named this.

List of methods

  • SELF - Returns name of the command executor.

Clone this wiki locally