public class MCFacing
extends java.lang.Object
implements crafttweaker.api.world.IFacing
Constructor and Description |
---|
MCFacing(net.minecraft.util.EnumFacing facing) |
Modifier and Type | Method and Description |
---|---|
int |
compare(crafttweaker.api.world.IFacing other) |
java.lang.Object |
getInternal() |
java.lang.String |
getName() |
crafttweaker.api.world.IFacing |
opposite() |
crafttweaker.api.world.IFacing |
rotateY() |
public crafttweaker.api.world.IFacing opposite()
opposite
in interface crafttweaker.api.world.IFacing
public java.lang.Object getInternal()
getInternal
in interface crafttweaker.api.world.IFacing
public java.lang.String getName()
getName
in interface crafttweaker.api.world.IFacing
public int compare(crafttweaker.api.world.IFacing other)
compare
in interface crafttweaker.api.world.IFacing
public crafttweaker.api.world.IFacing rotateY()
rotateY
in interface crafttweaker.api.world.IFacing