/** Called when block is placed in world */ public void onAdded() { updatePower(); }
public void onNeighborChange(Block block) { if (!worldObj.isRemote) { updatePower(); } }