Facing
Link to facing
A CoT Facing is an enumeration of a block's possible directions
导入相关包
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.Facing;
Enumerations
Link to enumerations
Facing can be of those six values:
- north
- east
- south
- west
- down
- up
Uses
Link to uses
A Hand's main use is in a IItemUse Function.