ActionResult
Link to actionresult
An ActionResult is an enumeration of a IItemUse Function's possible results.
导入相关包
Link to 导入相关包
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.contenttweaker.ActionResult;
Enumerations
Link to enumerations
Facing can be of those three values:
- fail
- pass
- success
Uses
Link to uses
A Hand's main use is in a IItemUse Function.