Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1.  
  2.     public void a(in in1)
  3.     {
  4.         in1.a("xTile", (short)b);
  5.         in1.a("yTile", (short)c);
  6.         in1.a("zTile", (short)d);
  7.         in1.a("inTile", (byte)e);
  8.         in1.a("shake", (byte)a);
  9.         in1.a("inGround", (byte)(f ? 1 : 0));
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement