23 janv. 2014, 17:19
/**
* The block type change and need to notify other systems Args: x, y, z, blockID
*/
public void notifyBlockChange(int par1, int par2, int par3, int par4)
{
this.notifyBlocksOfNeighborChange(par1, par2, par3, par4);
}

Le dernier paramètre est l"id du bloc qui a changé.

Non, il y a pas de tutoriel communication client ? serveur, mais ça a été traité ici :
http://www.minecraftforgefrance.fr/showthread.php?tid=391&pid=4167#pid4167