Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers
ContentTweaker Commands WalkThrough

Facing

A CoT Facing is an enumeration of a block’s possible directions

Importing the package

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

Facing can be of those six values:

  • north
  • east
  • south
  • west
  • down
  • up

Uses

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