6970717273747576
} @Override public void onUpdate(BlockMaterial oldMaterial, Block block) { super.onUpdate(oldMaterial, block); NoteBlock note = block.get(NoteBlock.class); note.setPowered(isReceivingPower(block)); }