public class ExpandFacing
extends java.lang.Object
| Constructor and Description |
|---|
ExpandFacing() |
| Modifier and Type | Method and Description |
|---|---|
static crafttweaker.api.world.IFacing |
down() |
static crafttweaker.api.world.IFacing |
east() |
static crafttweaker.api.world.IFacing |
fromString(java.lang.String name) |
static crafttweaker.api.world.IFacing |
getDirectionFromEntityLiving(crafttweaker.api.world.IBlockPos pos,
crafttweaker.api.entity.IEntityLivingBase placer) |
static crafttweaker.api.world.IFacing |
north() |
static crafttweaker.api.world.IFacing |
south() |
static crafttweaker.api.world.IFacing |
up() |
static crafttweaker.api.world.IFacing |
west() |
public static crafttweaker.api.world.IFacing north()
public static crafttweaker.api.world.IFacing east()
public static crafttweaker.api.world.IFacing south()
public static crafttweaker.api.world.IFacing west()
public static crafttweaker.api.world.IFacing up()
public static crafttweaker.api.world.IFacing down()
public static crafttweaker.api.world.IFacing fromString(java.lang.String name)
public static crafttweaker.api.world.IFacing getDirectionFromEntityLiving(crafttweaker.api.world.IBlockPos pos,
crafttweaker.api.entity.IEntityLivingBase placer)