Advertisement
Guest User

mc.theplayermagschinken

a guest
Nov 20th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. fffffffffffffffffffffff
  2. double aac2x;
  3. double aac2y;
  4. double aac2z;
  5. public void onUpdate() {
  6. if(mc.gameSettings.keyBindAttack.pressed){
  7.  
  8. BlockPos pos = mc.objectMouseOver.func_178782_a();
  9.  
  10. aac2x = pos.getX();
  11. aac2y = pos.getY();
  12. aac2z = pos.getZ();
  13. mc.thePlayer.sendQueue.addToSendQueue(new C03PacketPlayer.C04PacketPlayerPosition(this.aac2x, this.aac2y+1, this.aac2z, false));
  14. mc.thePlayer.posX = aac2x;
  15. mc.thePlayer.posY = aac2y+1;
  16. mc.thePlayer.posZ = aac2z;
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement