-
Notifications
You must be signed in to change notification settings - Fork 10
IGetCommandUsage
youyihj edited this page Aug 16, 2020
·
1 revision
The IGetCommandUsage function can be used to provide the usage of command.
It might be required for you to import the package if you encounter any issues, so better be safe than sorry and add the import.
import mods.zenutils.command.IGetCommandUsage;
The IGetCommandUsage Function is a function with a ZenUtilsCommandSender parameter.
The function needs to return an unlocalized name. You can use language files to localize it, or CraftTweaker's setLocalization alternatively.
- GlobalFunctions
- ScriptReloading
- SuppressErrorPreprocessor
- HardFailPreprocessor
- OrderlyMap
- IData Deep Update
- Template String
- Native Method Access
- Mixin
- CrTI18n
- CrTUUID
- CrTItemHandler
- CrTLiquidHandler
- ILiquidTankProperties
- StringList
- HexHelper
- StaticString
- Catenation
- PersistedCatenation
- PlayerStat
- IStatFormatter
- GameRuleHelper
- ZenCommand
- ZenCommandTree
- ZenUtilsCommandSender
- IGetCommandUsage
- ICommandExecute
- IGetTabCompletion
- CommandUtils