Advertisement
CaptainLepidus

BlockChange

Jan 17th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.32 KB | None | 0 0
  1. BlockChangeArray bca = new BlockChangeArray(1);
  2. BlockChange bc = bca.getBlockChange(0);
  3. bc.setLocation(player.getLocation());
  4. bc.setBlockID(Material.SIGN_POST.getId());
  5. bca.setBlockChange(0,bc);
  6. WrapperPlayServerBlockChange packet53 = new WrapperPlayServerBlockChange();
  7. packet53.setLocation(bp);
  8. packets.add(packet53);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement