Advertisement
TitanChase

Untitled

Sep 25th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public ForgeDirection getOrientation()
  2. {
  3. return orientation;
  4. }
  5.  
  6. public void setOrientation(ForgeDirection orientation)
  7. {
  8. this.orientation = orientation;
  9. }
  10.  
  11. public void setOrientation(int orientation)
  12. {
  13. this.orientation = ForgeDirection.getOrientation(orientation);
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement