# Facing class in mod.common.minecraftEnum - 描述 朝向枚举值 ```python class Facing(object): Down = 0 Up = 1 North = 2 South = 3 West = 4 East = 5 ```