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;

Facing can be of those three values:

  • fail
  • pass
  • success

A Hand's main use is in a IItemUse Function.