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) |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getInternal() |
java.lang.String |
getName() |
int |
hashCode() |
crafttweaker.api.world.IFacing |
opposite() |
crafttweaker.api.world.IFacing |
rotateY() |
public crafttweaker.api.world.IFacing opposite()
opposite in interface crafttweaker.api.world.IFacingpublic java.lang.Object getInternal()
getInternal in interface crafttweaker.api.world.IFacingpublic java.lang.String getName()
getName in interface crafttweaker.api.world.IFacingpublic int compare(crafttweaker.api.world.IFacing other)
compare in interface crafttweaker.api.world.IFacingpublic crafttweaker.api.world.IFacing rotateY()
rotateY in interface crafttweaker.api.world.IFacingpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object