Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. if (!this.worldObj.isRemote)
  2.                 {
  3.                 TargetPoint target = new TargetPoint(0, this.xCoord, this.yCoord, this.zCoord, 20);
  4.                 PacketHandler.INSTANCE.sendToAllAround(new MessagePlayingSound(this.xCoord, this.yCoord, this.zCoord, this.sound), target);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement