Hello world !
I'm new to forge and I'm still learning about the different class.
Basically, i want my block to do something when it receives a redstone signal.
I've been reading the javadocs and my guess is that I'll have to implement the method onBlockEventReceived(World par1World, int par2, int par3, int par4, int par5, int par6)
Args: world, x, y, z, blockID, EventID, event parameter
However I have not been able to find what the eventId and event arguments were !
Thanks for your help !