Advertisement
HalestormXV

Untitled

Jul 17th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. @SideOnly(Side.CLIENT)
  2. public void setVelocity(double x, double y, double z)
  3. {
  4. this.motionX = x + 4;
  5. this.motionY = y + 4;
  6. this.motionZ = z + 4;
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement